[CalendarServer-changes] [15002] twext/trunk/twext/python/log.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Jul 27 11:17:59 PDT 2015


Revision: 15002
          http://trac.calendarserver.org//changeset/15002
Author:   cdaboo at apple.com
Date:     2015-07-27 11:17:59 -0700 (Mon, 27 Jul 2015)
Log Message:
-----------
Fix stdio message formatting.

Modified Paths:
--------------
    twext/trunk/twext/python/log.py

Modified: twext/trunk/twext/python/log.py
===================================================================
--- twext/trunk/twext/python/log.py	2015-07-27 16:15:01 UTC (rev 15001)
+++ twext/trunk/twext/python/log.py	2015-07-27 18:17:59 UTC (rev 15002)
@@ -997,7 +997,7 @@
             output = stdout
 
         if not text:
-            text = " ".join([str(m) for m in eventDict["message"]]) + "\n"
+            text = formatEvent(eventDict) + "\n"
 
         output.write(text)
         output.flush()
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150727/8ed1ec48/attachment.html>


More information about the calendarserver-changes mailing list