[CalendarServer-changes] [3234] CalendarServer/trunk/twistedcaldav/scheduling/implicit.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Oct 27 10:49:19 PDT 2008


Revision: 3234
          http://trac.macosforge.org/projects/calendarserver/changeset/3234
Author:   cdaboo at apple.com
Date:     2008-10-27 10:49:18 -0700 (Mon, 27 Oct 2008)
Log Message:
-----------
Add an extra debug log string.

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/scheduling/implicit.py

Modified: CalendarServer/trunk/twistedcaldav/scheduling/implicit.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/scheduling/implicit.py	2008-10-27 16:27:17 UTC (rev 3233)
+++ CalendarServer/trunk/twistedcaldav/scheduling/implicit.py	2008-10-27 17:49:18 UTC (rev 3234)
@@ -491,6 +491,7 @@
                     log.debug("Implicit - attendee '%s' is updating UID: '%s' but change is not significant" % (self.attendee, self.uid))
                     returnValue(None)
             elif isinstance(self.organizerAddress, LocalCalendarUser):
+                log.debug("Attendee '%s' is not allowed to update UID: '%s' - missing organizer copy" % (self.attendee, self.uid,))
                 assert self.organizer_calendar, "Must have the organizer's copy of an invite"
             elif isinstance(self.organizerAddress, InvalidCalendarUser):
                 log.debug("Attendee '%s' is not allowed to update UID: '%s' with invalid organizer '%s'" % (self.attendee, self.uid, self.organizer))
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20081027/a8754a40/attachment.html>


More information about the calendarserver-changes mailing list