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

source_changes at macosforge.org source_changes at macosforge.org
Thu Jun 19 17:19:54 PDT 2008


Revision: 2609
          http://trac.macosforge.org/projects/calendarserver/changeset/2609
Author:   wsanchez at apple.com
Date:     2008-06-19 17:19:53 -0700 (Thu, 19 Jun 2008)
Log Message:
-----------
Not an error

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

Modified: CalendarServer/trunk/twistedcaldav/directory/principal.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/principal.py	2008-06-20 00:19:00 UTC (rev 2608)
+++ CalendarServer/trunk/twistedcaldav/directory/principal.py	2008-06-20 00:19:53 UTC (rev 2609)
@@ -206,7 +206,7 @@
         if record is not None:
             return self.principalForRecord(record)
 
-        log.err("No principal for calendar user address: %r" % (address,))
+        log.debug("No principal for calendar user address: %r" % (address,))
 
         return None
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080619/51037ed3/attachment.htm 


More information about the calendarserver-changes mailing list