[CalendarServer-changes] [4841] CalendarServer/branches/release/CalendarServer-2.4-dev/lib-patches/ Twisted/twisted.runner.procmon.patch

source_changes at macosforge.org source_changes at macosforge.org
Mon Dec 7 16:48:28 PST 2009


Revision: 4841
          http://trac.macosforge.org/projects/calendarserver/changeset/4841
Author:   wsanchez at apple.com
Date:     2009-12-07 16:48:27 -0800 (Mon, 07 Dec 2009)
Log Message:
-----------
Pulled up r4808 from trunk

Revision Links:
--------------
    http://trac.macosforge.org/projects/calendarserver/changeset/4808

Added Paths:
-----------
    CalendarServer/branches/release/CalendarServer-2.4-dev/lib-patches/Twisted/twisted.runner.procmon.patch

Copied: CalendarServer/branches/release/CalendarServer-2.4-dev/lib-patches/Twisted/twisted.runner.procmon.patch (from rev 4808, CalendarServer/trunk/lib-patches/Twisted/twisted.runner.procmon.patch)
===================================================================
--- CalendarServer/branches/release/CalendarServer-2.4-dev/lib-patches/Twisted/twisted.runner.procmon.patch	                        (rev 0)
+++ CalendarServer/branches/release/CalendarServer-2.4-dev/lib-patches/Twisted/twisted.runner.procmon.patch	2009-12-08 00:48:27 UTC (rev 4841)
@@ -0,0 +1,15 @@
+Index: twisted/runner/procmon.py
+===================================================================
+--- twisted/runner/procmon.py	(revision 26969)
++++ twisted/runner/procmon.py	(working copy)
+@@ -68,6 +68,10 @@
+     def lineReceived(self, line):
+         log.msg('[%s] %s' % (self.tag, line))
+ 
++    def lineLengthExceeded(self, line):
++        """ Don't disconnect just because the process wrote too big a line """
++        log.msg('Line length exceeded')
++
+ class LoggingProtocol(protocol.ProcessProtocol):
+ 
+     service = None
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20091207/58be4942/attachment.html>


More information about the calendarserver-changes mailing list