[CalendarServer-changes] [2353] CalendarServer/branches/users/wsanchez/logging/twistedcaldav/log.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Apr 25 17:33:29 PDT 2008


Revision: 2353
          http://trac.macosforge.org/projects/calendarserver/changeset/2353
Author:   wsanchez at apple.com
Date:     2008-04-25 17:33:28 -0700 (Fri, 25 Apr 2008)

Log Message:
-----------
find-and-replace oopsie

Modified Paths:
--------------
    CalendarServer/branches/users/wsanchez/logging/twistedcaldav/log.py

Modified: CalendarServer/branches/users/wsanchez/logging/twistedcaldav/log.py
===================================================================
--- CalendarServer/branches/users/wsanchez/logging/twistedcaldav/log.py	2008-04-26 00:26:51 UTC (rev 2352)
+++ CalendarServer/branches/users/wsanchez/logging/twistedcaldav/log.py	2008-04-26 00:33:28 UTC (rev 2353)
@@ -30,7 +30,7 @@
 
     class Foo (LoggingMixIn):
         def oops(self):
-            self.log_erroror("Oops!")
+            self.log_error("Oops!")
 """
 
 __all__ = [

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080425/4f4bc177/attachment.html


More information about the calendarserver-changes mailing list