rss2email: add description to the general bozo warning.
authorW. Trevor King <wking@tremily.us>
Thu, 18 Oct 2012 16:01:02 +0000 (12:01 -0400)
committerW. Trevor King <wking@tremily.us>
Thu, 18 Oct 2012 16:01:02 +0000 (12:01 -0400)
rss2email.py

index ed00baa55974ec7083f5456eb2aab34e80189e60..5463d48412bc754f00333018de33e9c7e8efe12f 100755 (executable)
@@ -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