[CalendarServer-changes] [4099] CalendarServer/trunk/twistedcaldav/directory/cachingdirectory.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Apr 28 12:08:19 PDT 2009


Revision: 4099
          http://trac.macosforge.org/projects/calendarserver/changeset/4099
Author:   sagen at apple.com
Date:     2009-04-28 12:08:19 -0700 (Tue, 28 Apr 2009)
Log Message:
-----------
Changing log level

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

Modified: CalendarServer/trunk/twistedcaldav/directory/cachingdirectory.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/cachingdirectory.py	2009-04-28 18:50:40 UTC (rev 4098)
+++ CalendarServer/trunk/twistedcaldav/directory/cachingdirectory.py	2009-04-28 19:08:19 UTC (rev 4099)
@@ -106,7 +106,7 @@
                         try:
                             del self.recordsIndexedBy[indexType][item]
                         except KeyError:
-                            self.log_warn("Missing record index item; type: %s, item: %s" % (indexType, item))
+                            self.log_debug("Missing record index item; type: %s, item: %s" % (indexType, item))
                 else:
                     raise AssertionError("Data from record attribute must be str, list or tuple")
         
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090428/6a704b08/attachment.html>


More information about the calendarserver-changes mailing list