[CalendarServer-changes] [14652] CalendarServer/trunk/calendarserver/tap/caldav.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Apr 2 13:50:42 PDT 2015


Revision: 14652
          http://trac.calendarserver.org//changeset/14652
Author:   dre at apple.com
Date:     2015-04-02 13:50:41 -0700 (Thu, 02 Apr 2015)
Log Message:
-----------
This print statement was not greeted warmly.

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/tap/caldav.py

Modified: CalendarServer/trunk/calendarserver/tap/caldav.py
===================================================================
--- CalendarServer/trunk/calendarserver/tap/caldav.py	2015-04-02 20:29:03 UTC (rev 14651)
+++ CalendarServer/trunk/calendarserver/tap/caldav.py	2015-04-02 20:50:41 UTC (rev 14652)
@@ -1244,9 +1244,6 @@
                 if config.UserName:
                     memcachedArgv.extend(["-u", config.UserName])
                 memcachedArgv.extend(config.Memcached.Options)
-                print(
-                    "Adding memcached service for pool:", name, memcachedArgv
-                )
                 if monitor is not None:
                     monitor.addProcess(
                         "memcached-{}".format(name), memcachedArgv,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150402/2fd6d6f4/attachment.html>


More information about the calendarserver-changes mailing list