From: Thomas Jarosch Date: Wed, 27 Jun 2012 11:19:58 +0000 (+0200) Subject: Change logging level. There will be a lot of messages without received lines in the... X-Git-Url: http://developer.intra2net.com/git/?p=imap-fix-internaldate;a=commitdiff_plain;h=d5ccfbecd5a2e60be7baefd8cd05a351506b91d3 Change logging level. There will be a lot of messages without received lines in the sent folder --- diff --git a/fix_imap_internaldate.py b/fix_imap_internaldate.py index dd4799c..30a3a80 100644 --- a/fix_imap_internaldate.py +++ b/fix_imap_internaldate.py @@ -83,7 +83,7 @@ def main(): fetched_received_date = session.fetch_received_date(mid) received_date = date_interp.extract_received_date(fetched_received_date) if(received_date==""): - logging.info("No received date could be found in message uid: %s - mailbox: %s - user: %s.", + logging.debug("No received date could be found in message uid: %s - mailbox: %s - user: %s.", mid, box.name, box.owner) box.no_received_field += 1 continue