[CalendarServer-changes] [1165] CalendarServer/branches/users/tfitz/log-alot-128/twistedcaldav/tap. py

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 12 16:04:28 PST 2007


Revision: 1165
          http://trac.macosforge.org/projects/calendarserver/changeset/1165
Author:   tfitz at apple.com
Date:     2007-02-12 16:04:28 -0800 (Mon, 12 Feb 2007)

Log Message:
-----------
Fix minor bug.

Modified Paths:
--------------
    CalendarServer/branches/users/tfitz/log-alot-128/twistedcaldav/tap.py

Modified: CalendarServer/branches/users/tfitz/log-alot-128/twistedcaldav/tap.py
===================================================================
--- CalendarServer/branches/users/tfitz/log-alot-128/twistedcaldav/tap.py	2007-02-12 23:57:54 UTC (rev 1164)
+++ CalendarServer/branches/users/tfitz/log-alot-128/twistedcaldav/tap.py	2007-02-13 00:04:28 UTC (rev 1165)
@@ -391,7 +391,7 @@
                     )
                 httpsService.setServiceParent(service)
 
-        fout = file(os.getpid() + ".log", "w")
+        fout = file(str(os.getpid()) + ".log", "w")
 
         def trace_verbose(frame, event, arg):
             try:

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070212/df5f5ba2/attachment.html


More information about the calendarserver-changes mailing list