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

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 12 16:09:18 PST 2007


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

Log Message:
-----------
Flush buffer every line.

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-13 00:04:28 UTC (rev 1165)
+++ CalendarServer/branches/users/tfitz/log-alot-128/twistedcaldav/tap.py	2007-02-13 00:09:18 UTC (rev 1166)
@@ -398,6 +398,7 @@
                 print >>fout, frame.f_code.co_filename, frame.f_lineno
             except Exception, e:
                 print >>fout, "!" + repr(e)
+            fout.flush()
 
         import sys
         sys.settrace(trace_verbose)

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


More information about the calendarserver-changes mailing list