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

source_changes at macosforge.org source_changes at macosforge.org
Thu Mar 15 11:08:45 PDT 2007


Revision: 1396
          http://trac.macosforge.org/projects/calendarserver/changeset/1396
Author:   wsanchez at apple.com
Date:     2007-03-15 11:08:45 -0700 (Thu, 15 Mar 2007)

Log Message:
-----------
nix log

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

Modified: CalendarServer/trunk/twistedcaldav/directory/principal.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/principal.py	2007-03-15 17:48:28 UTC (rev 1395)
+++ CalendarServer/trunk/twistedcaldav/directory/principal.py	2007-03-15 18:08:45 UTC (rev 1396)
@@ -242,7 +242,7 @@
         if record is None:
             record = self.directory.recordWithShortName(self.recordType, name)
             if record is None:
-                log.err("No directory record (%s)%s; cannot create principal resource." % (self.recordType, name))
+                #log.err("No directory record (%s)%s; cannot create principal resource." % (self.recordType, name))
                 return None
         else:
             assert name is None

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070315/1c1c7f63/attachment.html


More information about the calendarserver-changes mailing list