projects
/
rss2email.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a84186e
)
rss2email: add description to the general bozo warning.
author
W. Trevor King
<wking@tremily.us>
Thu, 18 Oct 2012 16:01:02 +0000
(12:01 -0400)
committer
W. Trevor King
<wking@tremily.us>
Thu, 18 Oct 2012 16:01:02 +0000
(12:01 -0400)
rss2email.py
patch
|
blob
|
history
diff --git
a/rss2email.py
b/rss2email.py
index ed00baa55974ec7083f5456eb2aab34e80189e60..5463d48412bc754f00333018de33e9c7e8efe12f 100755
(executable)
--- 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