[CalendarServer-changes] [9942] CalendarServer/trunk/twistedcaldav/mail.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Oct 15 16:20:25 PDT 2012


Revision: 9942
          http://trac.calendarserver.org//changeset/9942
Author:   wsanchez at apple.com
Date:     2012-10-15 16:20:25 -0700 (Mon, 15 Oct 2012)
Log Message:
-----------
error->warn

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/mail.py

Modified: CalendarServer/trunk/twistedcaldav/mail.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/mail.py	2012-10-15 21:26:00 UTC (rev 9941)
+++ CalendarServer/trunk/twistedcaldav/mail.py	2012-10-15 23:20:25 UTC (rev 9942)
@@ -1962,5 +1962,5 @@
 
     def clientConnectionFailed(self, connector, reason):
         self.connector = connector
-        self.log_error("IMAP factory connection failed")
+        self.log_warn("IMAP factory connection failed")
         self.retry(connector)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20121015/c3a72ff9/attachment.html>


More information about the calendarserver-changes mailing list