[CalendarServer-changes] [4295] CalendarServer/trunk/twistedcaldav/directory/calendaruserproxy.py

source_changes at macosforge.org source_changes at macosforge.org
Tue May 19 12:22:11 PDT 2009


Revision: 4295
          http://trac.macosforge.org/projects/calendarserver/changeset/4295
Author:   sagen at apple.com
Date:     2009-05-19 12:22:10 -0700 (Tue, 19 May 2009)
Log Message:
-----------
Changing log level for missing proxy principals message to warn

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

Modified: CalendarServer/trunk/twistedcaldav/directory/calendaruserproxy.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/calendaruserproxy.py	2009-05-19 17:21:39 UTC (rev 4294)
+++ CalendarServer/trunk/twistedcaldav/directory/calendaruserproxy.py	2009-05-19 19:22:10 UTC (rev 4295)
@@ -535,7 +535,7 @@
                 self._memcacher.setDeletionTimer(principalUID, delay=delay)
                 returnValue(None)
 
-        self.log_debug("Removing missing proxy principal for '%s'" %
+        self.log_warn("Removing missing proxy principal for '%s'" %
             (principalUID,))
 
         for suffix in ("calendar-proxy-read", "calendar-proxy-write",):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090519/09fe98bf/attachment.html>


More information about the calendarserver-changes mailing list