[CalendarServer-changes] [4691] CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/ accounting.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Nov 2 11:09:49 PST 2009


Revision: 4691
          http://trac.macosforge.org/projects/calendarserver/changeset/4691
Author:   cdaboo at apple.com
Date:     2009-11-02 11:09:46 -0800 (Mon, 02 Nov 2009)
Log Message:
-----------
Make sure loop counter is incremented.

Modified Paths:
--------------
    CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/accounting.py

Modified: CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/accounting.py
===================================================================
--- CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/accounting.py	2009-11-02 19:05:24 UTC (rev 4690)
+++ CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/accounting.py	2009-11-02 19:09:46 UTC (rev 4691)
@@ -100,6 +100,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/a4600e85/attachment.html>


More information about the calendarserver-changes mailing list