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

source_changes at macosforge.org source_changes at macosforge.org
Thu Oct 2 10:09:49 PDT 2008


Revision: 3100
          http://trac.macosforge.org/projects/calendarserver/changeset/3100
Author:   sagen at apple.com
Date:     2008-10-02 10:09:49 -0700 (Thu, 02 Oct 2008)
Log Message:
-----------
Additional logging if there is an imip injection failure

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

Modified: CalendarServer/trunk/twistedcaldav/mail.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/mail.py	2008-10-02 15:54:33 UTC (rev 3099)
+++ CalendarServer/trunk/twistedcaldav/mail.py	2008-10-02 17:09:49 UTC (rev 3100)
@@ -268,6 +268,7 @@
     def _failure(failure, msgId):
         log.err("Mail gateway failed to inject message %s (Reason: %s)" %
             (msgId, failure.getErrorMessage()))
+        log.debug("Failed calendar body: %s" % (str(calendar),))
 
     factory.deferred.addCallback(_success, msgId).addErrback(_failure, msgId)
     return factory.deferred
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20081002/8cbdaafa/attachment.html 


More information about the calendarserver-changes mailing list