[CalendarServer-changes] [1569] CalendarServer/trunk/twistedcaldav/directory/appleopendirectory.py

source_changes at macosforge.org source_changes at macosforge.org
Thu May 24 16:27:46 PDT 2007


Revision: 1569
          http://trac.macosforge.org/projects/calendarserver/changeset/1569
Author:   wsanchez at apple.com
Date:     2007-05-24 16:27:46 -0700 (Thu, 24 May 2007)

Log Message:
-----------
Remove %s in format string with empty args

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/directory/appleopendirectory.py

Modified: CalendarServer/trunk/twistedcaldav/directory/appleopendirectory.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/appleopendirectory.py	2007-05-24 20:55:06 UTC (rev 1568)
+++ CalendarServer/trunk/twistedcaldav/directory/appleopendirectory.py	2007-05-24 23:27:46 UTC (rev 1569)
@@ -419,7 +419,7 @@
                             break
 
                     if not enabled:
-                        log.err("Record %s is not enabled" % ())
+                        log.err("Record is not enabled")
                         continue
 
                 # Now get useful record info.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070524/1bfbd7f4/attachment.html


More information about the calendarserver-changes mailing list