From b2e14c98425ffceed0096ef8854ff87b76099eca Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 18 Oct 2012 12:01:02 -0400 Subject: [PATCH] rss2email: add description to the general bozo warning. --- rss2email.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2