[CalendarServer-changes] [11285] CalendarServer/trunk/twext/python/log.py

source_changes at macosforge.org source_changes at macosforge.org
Fri May 31 12:08:11 PDT 2013


Revision: 11285
          http://trac.calendarserver.org//changeset/11285
Author:   wsanchez at apple.com
Date:     2013-05-31 12:08:11 -0700 (Fri, 31 May 2013)
Log Message:
-----------
2nd arg needs to be failure.

Modified Paths:
--------------
    CalendarServer/trunk/twext/python/log.py

Modified: CalendarServer/trunk/twext/python/log.py
===================================================================
--- CalendarServer/trunk/twext/python/log.py	2013-05-31 15:20:11 UTC (rev 11284)
+++ CalendarServer/trunk/twext/python/log.py	2013-05-31 19:08:11 UTC (rev 11285)
@@ -269,7 +269,7 @@
         twistedLogMessage(**kwargs)
 
 
-    def failure(self, message=None, failure=None, **kwargs):
+    def failure(self, failure=None, message=None, **kwargs):
         """
         Log a Failure.
         """
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130531/80401a4e/attachment.html>


More information about the calendarserver-changes mailing list