[CalendarServer-changes] [4870] CalendarServer/branches/users/cdaboo/partition-4464/twistedcaldav/ directory/directory.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Dec 16 10:04:49 PST 2009


Revision: 4870
          http://trac.macosforge.org/projects/calendarserver/changeset/4870
Author:   cdaboo at apple.com
Date:     2009-12-16 10:04:48 -0800 (Wed, 16 Dec 2009)
Log Message:
-----------
Fix bug after merge from trunk.

Modified Paths:
--------------
    CalendarServer/branches/users/cdaboo/partition-4464/twistedcaldav/directory/directory.py

Modified: CalendarServer/branches/users/cdaboo/partition-4464/twistedcaldav/directory/directory.py
===================================================================
--- CalendarServer/branches/users/cdaboo/partition-4464/twistedcaldav/directory/directory.py	2009-12-16 17:53:44 UTC (rev 4869)
+++ CalendarServer/branches/users/cdaboo/partition-4464/twistedcaldav/directory/directory.py	2009-12-16 18:04:48 UTC (rev 4870)
@@ -374,7 +374,7 @@
             self.autoSchedule = augment.autoSchedule
 
             if self.enabledForCalendaring and self.recordType == self.service.recordType_groups:
-                self.log_error("Group '%s(%s)' cannot be enabled for calendaring" % (self.guid, self.shortName,))
+                self.log_error("Group '%s(%s)' cannot be enabled for calendaring" % (self.guid, self.shortNames[0],))
                 self.enabledForCalendaring = False
 
         else:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20091216/54337e15/attachment.html>


More information about the calendarserver-changes mailing list