[CalendarServer-changes] [9157] CalendarServer/branches/users/gaya/ldapdirectorybacker/twistedcaldav /directory/xmldirectorybacker.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Apr 19 17:32:26 PDT 2012


Revision: 9157
          http://trac.macosforge.org/projects/calendarserver/changeset/9157
Author:   gaya at apple.com
Date:     2012-04-19 17:32:26 -0700 (Thu, 19 Apr 2012)
Log Message:
-----------
fix exception debug line

Modified Paths:
--------------
    CalendarServer/branches/users/gaya/ldapdirectorybacker/twistedcaldav/directory/xmldirectorybacker.py

Modified: CalendarServer/branches/users/gaya/ldapdirectorybacker/twistedcaldav/directory/xmldirectorybacker.py
===================================================================
--- CalendarServer/branches/users/gaya/ldapdirectorybacker/twistedcaldav/directory/xmldirectorybacker.py	2012-04-19 22:06:20 UTC (rev 9156)
+++ CalendarServer/branches/users/gaya/ldapdirectorybacker/twistedcaldav/directory/xmldirectorybacker.py	2012-04-20 00:32:26 UTC (rev 9157)
@@ -277,7 +277,7 @@
                                 if value:
                                     dsRecordAttributes[dirRecordAttrToDSAttrMap[attr]] = value
                             except AttributeError:
-                                self.log_info("Could not get attribute %s from record %s" % (attr, xmlDirectoryRecord, e,))
+                                self.log_info("Could not get attribute %s from record %s" % (attr, xmlDirectoryRecord,))
                                 pass
                         return dsRecordAttributes
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120419/f80d7a8a/attachment.html>


More information about the calendarserver-changes mailing list