Modified: CalendarServer/trunk/twistedcaldav/directory/appleopendirectory.py (1598 => 1599)
--- CalendarServer/trunk/twistedcaldav/directory/appleopendirectory.py 2007-06-07 18:34:45 UTC (rev 1598)
+++ CalendarServer/trunk/twistedcaldav/directory/appleopendirectory.py 2007-06-07 18:37:23 UTC (rev 1599)
@@ -461,9 +461,7 @@
services = value.get(dsattributes.kDSNAttrServicesLocator)
if not services:
- log.err("No ServicesLocator attribute: %s" % (key,))
- log.err("The ServicesLocator attribute was requested in query. "
- "Your directory server appears to be broken.")
+ log.err("Directory (incorrectly) returned a record with no ServicesLocator attribute: %s" % (key,))
continue
# Now get useful record info.