[CalendarServer-changes] [15636] CalendarServer/trunk/txdav/common/datastore/work/inbox_cleanup.py

source_changes at macosforge.org source_changes at macosforge.org
Tue May 24 13:15:30 PDT 2016


Revision: 15636
          http://trac.calendarserver.org//changeset/15636
Author:   cdaboo at apple.com
Date:     2016-05-24 13:15:29 -0700 (Tue, 24 May 2016)
Log Message:
-----------
Fix log str error.

Modified Paths:
--------------
    CalendarServer/trunk/txdav/common/datastore/work/inbox_cleanup.py

Modified: CalendarServer/trunk/txdav/common/datastore/work/inbox_cleanup.py
===================================================================
--- CalendarServer/trunk/txdav/common/datastore/work/inbox_cleanup.py	2016-05-23 19:51:21 UTC (rev 15635)
+++ CalendarServer/trunk/txdav/common/datastore/work/inbox_cleanup.py	2016-05-24 20:15:29 UTC (rev 15636)
@@ -104,7 +104,7 @@
                 home = yield self.transaction.calendarHomeWithResourceID(self.homeID)
                 log.info(
                     "Inbox cleanup work in home: {homeUID}, deleting old items: {oldItemNames}",
-                    homeUID=home.uid(), newDeleters=oldItemNames,
+                    homeUID=home.uid(), oldItemNames=oldItemNames,
                 )
 
                 # If the number to delete is below our threshold then delete right away,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20160524/76c84352/attachment.html>


More information about the calendarserver-changes mailing list