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

source_changes at macosforge.org source_changes at macosforge.org
Thu Jun 7 11:37:24 PDT 2007


Revision: 1599
          http://trac.macosforge.org/projects/calendarserver/changeset/1599
Author:   wsanchez at apple.com
Date:     2007-06-07 11:37:23 -0700 (Thu, 07 Jun 2007)

Log Message:
-----------
Less verbose log message

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

Modified: CalendarServer/trunk/twistedcaldav/directory/appleopendirectory.py
===================================================================
--- 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.

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


More information about the calendarserver-changes mailing list