[4295] CalendarServer/trunk/twistedcaldav/directory/calendaruserproxy.py
Revision: 4295 http://trac.macosforge.org/projects/calendarserver/changeset/4295 Author: sagen@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",):
participants (1)
-
source_changes@macosforge.org