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

source_changes at macosforge.org source_changes at macosforge.org
Thu Nov 11 11:15:59 PST 2010


Revision: 6618
          http://trac.macosforge.org/projects/calendarserver/changeset/6618
Author:   glyph at apple.com
Date:     2010-11-11 11:15:56 -0800 (Thu, 11 Nov 2010)
Log Message:
-----------
Oops, ErrorLoggingMultiService only goes at the top of the service hierarchy.

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

Modified: CalendarServer/trunk/calendarserver/tap/caldav.py
===================================================================
--- CalendarServer/trunk/calendarserver/tap/caldav.py	2010-11-11 18:59:28 UTC (rev 6617)
+++ CalendarServer/trunk/calendarserver/tap/caldav.py	2010-11-11 19:15:56 UTC (rev 6618)
@@ -900,7 +900,7 @@
     def subServiceFactoryFactory(self, createMainService,
                                  postgresUID=None, postgresGID=None):
         def subServiceFactory(connectionFactory):
-            ms = ErrorLoggingMultiService()
+            ms = MultiService()
             cp = ConnectionPool(connectionFactory)
             cp.setServiceParent(ms)
             store = storeFromConfig(config, cp.connection)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20101111/0ce6458c/attachment-0001.html>


More information about the calendarserver-changes mailing list