From: W. Trevor King Date: Thu, 18 Oct 2012 16:01:02 +0000 (-0400) Subject: rss2email: add description to the general bozo warning. X-Git-Tag: v3.0~72^2~12 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b2e14c98425ffceed0096ef8854ff87b76099eca;p=rss2email.git rss2email: add description to the general bozo warning. --- diff --git a/rss2email.py b/rss2email.py index ed00baa..5463d48 100755 --- a/rss2email.py +++ b/rss2email.py @@ -871,7 +871,7 @@ class Feed (object): elif parsed.bozo or exc: if exc is None: exc = "can't process" - LOG.error('{}: {}'.format(exc, self)) + LOG.error('processing error: {}: {}'.format(exc, self)) warned = True if (not warned and