Remove %s in format string with empty args
--- 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.