[CalendarServer-changes] [11724] CalendarServer/branches/users/glyph/log-cleanups/twext/python/log. py

source_changes at macosforge.org source_changes at macosforge.org
Tue Sep 17 16:02:32 PDT 2013


Revision: 11724
          http://trac.calendarserver.org//changeset/11724
Author:   glyph at apple.com
Date:     2013-09-17 16:02:32 -0700 (Tue, 17 Sep 2013)
Log Message:
-----------
wrap long lines

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/log-cleanups/twext/python/log.py

Modified: CalendarServer/branches/users/glyph/log-cleanups/twext/python/log.py
===================================================================
--- CalendarServer/branches/users/glyph/log-cleanups/twext/python/log.py	2013-09-17 23:02:31 UTC (rev 11723)
+++ CalendarServer/branches/users/glyph/log-cleanups/twext/python/log.py	2013-09-17 23:02:32 UTC (rev 11724)
@@ -389,8 +389,9 @@
 
         or::
 
-            d = deferred_frob(knob)
-            d.addErrback(lambda f: log.failure, "While frobbing {knob}", f, knob=knob)
+            d = deferredFrob(knob)
+            d.addErrback(lambda f: log.failure, "While frobbing {knob}",
+                         f, knob=knob)
 
         @param format: a message format using new-style (PEP 3101)
             formatting.  The logging event (which is a L{dict}) is
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130917/b48c50c7/attachment-0001.html>


More information about the calendarserver-changes mailing list