[CalendarServer-changes] [5462] CalendarServer/trunk/twistedcaldav/client/pool.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Apr 9 13:01:09 PDT 2010


Revision: 5462
          http://trac.macosforge.org/projects/calendarserver/changeset/5462
Author:   cdaboo at apple.com
Date:     2010-04-09 13:01:08 -0700 (Fri, 09 Apr 2010)
Log Message:
-----------
Slightly better order for logging.

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/client/pool.py

Modified: CalendarServer/trunk/twistedcaldav/client/pool.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/client/pool.py	2010-04-09 19:59:57 UTC (rev 5461)
+++ CalendarServer/trunk/twistedcaldav/client/pool.py	2010-04-09 20:01:08 UTC (rev 5462)
@@ -154,11 +154,11 @@
 
         @return: A L{Deferred} that fires with the L{IProtocol} instance.
         """
+        self._pendingConnects += 1
+
         self.log_debug("Initiating new client connection to: %s" % (self._serverAddress,))
         self._logClientStats()
 
-        self._pendingConnects += 1
-
         factory = self.clientFactory(self._reactor)
         factory.connectionPool = self
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100409/284a6ee1/attachment.html>


More information about the calendarserver-changes mailing list