[CalendarServer-changes] [4690] CalendarServer/branches/users/cdaboo/per-user-icalendar-4669/ twistedcaldav/accounting.py
source_changes at macosforge.org
source_changes at macosforge.org
Mon Nov 2 11:05:24 PST 2009
Revision: 4690
http://trac.macosforge.org/projects/calendarserver/changeset/4690
Author: cdaboo at apple.com
Date: 2009-11-02 11:05:24 -0800 (Mon, 02 Nov 2009)
Log Message:
-----------
Make sure loop counter is incremented.
Modified Paths:
--------------
CalendarServer/branches/users/cdaboo/per-user-icalendar-4669/twistedcaldav/accounting.py
Modified: CalendarServer/branches/users/cdaboo/per-user-icalendar-4669/twistedcaldav/accounting.py
===================================================================
--- CalendarServer/branches/users/cdaboo/per-user-icalendar-4669/twistedcaldav/accounting.py 2009-11-02 18:14:00 UTC (rev 4689)
+++ CalendarServer/branches/users/cdaboo/per-user-icalendar-4669/twistedcaldav/accounting.py 2009-11-02 19:05:24 UTC (rev 4690)
@@ -113,6 +113,7 @@
if index == 1000:
log.error("Too many %s accounting files for %s" % (category, principal))
return
+ index += 1
#
# Now write out the data to the log file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20091102/8e8b4bb8/attachment-0001.html>
More information about the calendarserver-changes
mailing list