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

source_changes at macosforge.org source_changes at macosforge.org
Thu Mar 5 10:59:36 PST 2009


Revision: 3797
          http://trac.macosforge.org/projects/calendarserver/changeset/3797
Author:   cdaboo at apple.com
Date:     2009-03-05 10:59:36 -0800 (Thu, 05 Mar 2009)
Log Message:
-----------
Add debug log for case where a proxy is automatically removed when the principal is missing.

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

Modified: CalendarServer/trunk/twistedcaldav/directory/calendaruserproxy.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/calendaruserproxy.py	2009-03-05 16:58:37 UTC (rev 3796)
+++ CalendarServer/trunk/twistedcaldav/directory/calendaruserproxy.py	2009-03-05 18:59:36 UTC (rev 3797)
@@ -343,6 +343,7 @@
 
             # Clean-up ones that are missing
             for uid in missing:
+                self.log_debug("Removing missing proxy principal for '%s' from %s" % (uid, self,))
                 yield self._index().removePrincipal(uid)
 
             returnValue(found)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090305/f6a13f95/attachment.html>


More information about the calendarserver-changes mailing list