[CalendarServer-changes] [12810] CalendarServer/trunk/calendarserver/webadmin/logs.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Mar 4 21:30:00 PST 2014


Revision: 12810
          http://trac.calendarserver.org//changeset/12810
Author:   wsanchez at apple.com
Date:     2014-03-04 21:30:00 -0800 (Tue, 04 Mar 2014)
Log Message:
-----------
Add retry decoding

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/webadmin/logs.py

Modified: CalendarServer/trunk/calendarserver/webadmin/logs.py
===================================================================
--- CalendarServer/trunk/calendarserver/webadmin/logs.py	2014-03-05 04:40:35 UTC (rev 12809)
+++ CalendarServer/trunk/calendarserver/webadmin/logs.py	2014-03-05 05:30:00 UTC (rev 12810)
@@ -180,3 +180,8 @@
             text = u"*** Error while formatting event ***"
 
         return text
+
+
+    @staticmethod
+    def retryForEvent(event):
+        return None
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140304/93c52c1c/attachment-0001.html>


More information about the calendarserver-changes mailing list