[CalendarServer-changes] [2695] CalendarServer/trunk/twistedcaldav/notify.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Jul 11 12:20:22 PDT 2008


Revision: 2695
          http://trac.macosforge.org/projects/calendarserver/changeset/2695
Author:   wsanchez at apple.com
Date:     2008-07-11 12:20:22 -0700 (Fri, 11 Jul 2008)
Log Message:
-----------
Remove PID file for notification server.

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/notify.py

Modified: CalendarServer/trunk/twistedcaldav/notify.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/notify.py	2008-07-11 19:19:58 UTC (rev 2694)
+++ CalendarServer/trunk/twistedcaldav/notify.py	2008-07-11 19:20:22 UTC (rev 2695)
@@ -658,6 +658,8 @@
 class XMPPNotificationFactory(xmlstream.XmlStreamFactory, LoggingMixIn):
 
     def __init__(self, notifier, settings, reactor=None):
+        self.log_info("Setting up XMPPNotificationFactory")
+
         self.notifier = notifier
         self.settings = settings
         self.jid = settings['JID']
@@ -836,6 +838,7 @@
     def postOptions(self):
         parseConfig(self['config'])
         config.updateDefaults(self.overrides)
+        self.parent['pidfile'] = None
 
 
 class NotificationServiceMaker(object):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080711/288e4200/attachment.html 


More information about the calendarserver-changes mailing list