[CalendarServer-changes] [3014] CalendarServer/branches/users/sagen/principal-property-search-2995/ twistedcaldav/directory/appleopendirectory.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Sep 18 11:07:35 PDT 2008


Revision: 3014
          http://trac.macosforge.org/projects/calendarserver/changeset/3014
Author:   sagen at apple.com
Date:     2008-09-18 11:07:35 -0700 (Thu, 18 Sep 2008)
Log Message:
-----------
Too much information

Modified Paths:
--------------
    CalendarServer/branches/users/sagen/principal-property-search-2995/twistedcaldav/directory/appleopendirectory.py

Modified: CalendarServer/branches/users/sagen/principal-property-search-2995/twistedcaldav/directory/appleopendirectory.py
===================================================================
--- CalendarServer/branches/users/sagen/principal-property-search-2995/twistedcaldav/directory/appleopendirectory.py	2008-09-18 17:16:52 UTC (rev 3013)
+++ CalendarServer/branches/users/sagen/principal-property-search-2995/twistedcaldav/directory/appleopendirectory.py	2008-09-18 18:07:35 UTC (rev 3014)
@@ -521,7 +521,7 @@
                 )
                 self.log_info("Got back %d records from OD" % (len(results),))
                 for key, val in results.iteritems():
-                    self.log_info("OD result: %s %s" % (key, val))
+                    self.log_debug("OD result: %s %s" % (key, val))
                     try:
                         calendarUserAddresses = set()
                         enabledForCalendaring = False
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080918/131431ce/attachment.html 


More information about the calendarserver-changes mailing list