[CalendarServer-changes] [5127] CalendarServer/trunk/twistedcaldav/directory/principal.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Feb 16 13:07:37 PST 2010


Revision: 5127
          http://trac.macosforge.org/projects/calendarserver/changeset/5127
Author:   cdaboo at apple.com
Date:     2010-02-16 13:07:36 -0800 (Tue, 16 Feb 2010)
Log Message:
-----------
Display the partitioning node id for the principal if configured.

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

Modified: CalendarServer/trunk/twistedcaldav/directory/principal.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/principal.py	2010-02-16 01:04:06 UTC (rev 5126)
+++ CalendarServer/trunk/twistedcaldav/directory/principal.py	2010-02-16 21:07:36 UTC (rev 5127)
@@ -618,6 +618,7 @@
             """---------------------\n"""
             """Directory GUID: %s\n"""         % (self.record.service.guid,),
             """Realm: %s\n"""                  % (self.record.service.realmName,),
+            """Hosted-At: %s\n"""              % (self.record.hostedAt,) if config.Partitioning.Enabled else "", 
             """\n"""
             """Principal Information\n"""
             """---------------------\n"""
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100216/fe351d49/attachment-0001.html>


More information about the calendarserver-changes mailing list