[CalendarServer-changes] [11263] CalendarServer/trunk/txdav/base/datastore/util.py

source_changes at macosforge.org source_changes at macosforge.org
Thu May 30 10:15:15 PDT 2013


Revision: 11263
          http://trac.calendarserver.org//changeset/11263
Author:   cdaboo at apple.com
Date:     2013-05-30 10:15:15 -0700 (Thu, 30 May 2013)
Log Message:
-----------
Item missed by new logging api changes.

Modified Paths:
--------------
    CalendarServer/trunk/txdav/base/datastore/util.py

Modified: CalendarServer/trunk/txdav/base/datastore/util.py
===================================================================
--- CalendarServer/trunk/txdav/base/datastore/util.py	2013-05-30 16:53:36 UTC (rev 11262)
+++ CalendarServer/trunk/txdav/base/datastore/util.py	2013-05-30 17:15:15 UTC (rev 11263)
@@ -21,10 +21,12 @@
 
 from uuid import UUID
 
-from twisted.python import log
+from twext.python.log import Logger
 
 from twistedcaldav.memcacher import Memcacher
 
+log = Logger()
+
 _unset = object()
 
 class cached(object):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130530/c7cc2b69/attachment.html>


More information about the calendarserver-changes mailing list