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

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


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

Log Message:
-----------
Fix trace function.

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 01:02:49 UTC (rev 1173)
+++ CalendarServer/branches/users/tfitz/log-alot-128/twistedcaldav/tap.py	2007-02-13 01:12:18 UTC (rev 1174)
@@ -399,6 +399,7 @@
             except Exception, e:
                 print >>fout, "!" + repr(e)
             fout.flush()
+	    return trace_verbose
 
         import sys
         sys.settrace(trace_verbose)

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


More information about the calendarserver-changes mailing list