[CalendarServer-changes] [4311] CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/ accesslog.py

source_changes at macosforge.org source_changes at macosforge.org
Wed May 27 15:57:04 PDT 2009


Revision: 4311
          http://trac.macosforge.org/projects/calendarserver/changeset/4311
Author:   wsanchez at apple.com
Date:     2009-05-27 15:57:03 -0700 (Wed, 27 May 2009)
Log Message:
-----------
for format str

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

Modified: CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/accesslog.py
===================================================================
--- CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/accesslog.py	2009-05-27 22:54:26 UTC (rev 4310)
+++ CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/accesslog.py	2009-05-27 22:57:03 UTC (rev 4311)
@@ -118,7 +118,7 @@
                 except AttributeError:
                     serverInstance = "Unknown"
                 
-                format_str += ' [%d %d]'
+                format_str += ' [%s %s]'
                 format_data += (
                     serverInstance,
                     request.chanRequest.channel.factory.outstandingRequests,
@@ -133,7 +133,7 @@
                 self.logDateString(time.time()),
             )
             if config.MoreAccessLogData:
-                format_str += ' [%d %d]'
+                format_str += ' [%s %s]'
                 format_data += (
                     overloaded.transport.server.port,
                     overloaded.outstandingRequests,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090527/34445539/attachment-0001.html>


More information about the calendarserver-changes mailing list