[CalendarServer-changes] [2928] CalendarServer/trunk/twistedcaldav/notify.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Sep 2 14:20:37 PDT 2008


Revision: 2928
          http://trac.macosforge.org/projects/calendarserver/changeset/2928
Author:   sagen at apple.com
Date:     2008-09-02 14:20:37 -0700 (Tue, 02 Sep 2008)
Log Message:
-----------
Create count number of nodes, not publish the same node count times

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/notify.py

Modified: CalendarServer/trunk/twistedcaldav/notify.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/notify.py	2008-09-02 21:00:48 UTC (rev 2927)
+++ CalendarServer/trunk/twistedcaldav/notify.py	2008-09-02 21:20:37 UTC (rev 2928)
@@ -795,7 +795,7 @@
 
     def hammer(self, count):
         for i in xrange(count):
-            self.enqueue("hammertesting%d" % (count,))
+            self.enqueue("hammertesting%d" % (i,))
 
 
 class XMPPNotificationFactory(xmlstream.XmlStreamFactory, LoggingMixIn):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080902/54dac996/attachment.html 


More information about the calendarserver-changes mailing list