[CalendarServer-changes] [14495] CalendarServer/trunk/txdav/base/datastore/subpostgres.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Mar 3 11:54:44 PST 2015


Revision: 14495
          http://trac.calendarserver.org//changeset/14495
Author:   wsanchez at apple.com
Date:     2015-03-03 11:54:44 -0800 (Tue, 03 Mar 2015)
Log Message:
-----------
cosmetic

Modified Paths:
--------------
    CalendarServer/trunk/txdav/base/datastore/subpostgres.py

Modified: CalendarServer/trunk/txdav/base/datastore/subpostgres.py
===================================================================
--- CalendarServer/trunk/txdav/base/datastore/subpostgres.py	2015-03-02 23:01:45 UTC (rev 14494)
+++ CalendarServer/trunk/txdav/base/datastore/subpostgres.py	2015-03-03 19:54:44 UTC (rev 14495)
@@ -296,17 +296,17 @@
         Call this when starting database initialization code to
         protect against shutdown.
 
-        Sets the delayedShutdown flag to True so that if reactor
-        shutdown commences, the shutdown will be delayed until
-        deactivateDelayedShutdown is called.
+        Sets the delayedShutdown flag to True so that if reactor shutdown
+        commences, the shutdown will be delayed until deactivateDelayedShutdown
+        is called.
         """
         self.delayedShutdown = True
 
 
     def deactivateDelayedShutdown(self):
         """
-        Call this when database initialization code has completed so
-        that the reactor can shutdown.
+        Call this when database initialization code has completed so that the
+        reactor can shutdown.
         """
         self.delayedShutdown = False
         if self.shutdownDeferred:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150303/fe9d844c/attachment.html>


More information about the calendarserver-changes mailing list