Revision
1569
Author
wsanchez@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

Diff

Modified: CalendarServer/trunk/twistedcaldav/directory/appleopendirectory.py (1568 => 1569)


--- 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.