[CalendarServer-changes] [4192] CalendarServer/trunk/twistedcaldav/directory/xmlaccountsparser.py

source_changes at macosforge.org source_changes at macosforge.org
Wed May 6 09:25:14 PDT 2009


Revision: 4192
          http://trac.macosforge.org/projects/calendarserver/changeset/4192
Author:   cdaboo at apple.com
Date:     2009-05-06 09:25:12 -0700 (Wed, 06 May 2009)
Log Message:
-----------
Wrong log usage.

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

Modified: CalendarServer/trunk/twistedcaldav/directory/xmlaccountsparser.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/xmlaccountsparser.py	2009-05-06 00:42:26 UTC (rev 4191)
+++ CalendarServer/trunk/twistedcaldav/directory/xmlaccountsparser.py	2009-05-06 16:25:12 UTC (rev 4192)
@@ -95,7 +95,7 @@
         # Verify that top-level element is correct
         accounts_node = doc._get_documentElement()
         if accounts_node._get_localName() != ELEMENT_ACCOUNTS:
-            self.log("Ignoring file %r because it is not a repository builder file" % (self.xmlFile,))
+            log.error("Ignoring file %r because it is not a repository builder file" % (self.xmlFile,))
             return
         self._parseXML(accounts_node)
         self._updateExternalDatabases()
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090506/5a6f3b6d/attachment.html>


More information about the calendarserver-changes mailing list