[Zodb-checkins] CVS: StandaloneZODB/ZEO - StorageServer.py:1.42
Jeremy Hylton
jeremy@zope.com
Fri, 9 Aug 2002 17:11:53 -0400
Update of /cvs-repository/StandaloneZODB/ZEO
In directory cvs.zope.org:/tmp/cvs-serv17296
Modified Files:
StorageServer.py
Log Message:
Enhance comment of _restart() method.
=== StandaloneZODB/ZEO/StorageServer.py 1.41 => 1.42 ===
--- StandaloneZODB/ZEO/StorageServer.py:1.41 Fri Aug 9 16:32:49 2002
+++ StandaloneZODB/ZEO/StorageServer.py Fri Aug 9 17:11:52 2002
@@ -381,7 +381,8 @@
self._log("Blocked transaction restarted.")
def _restart(self, zeo_storage, delay):
- # call the restart() method on the appropriate server
+ # Return True if the server restarted.
+ # call the restart() method on the appropriate server.
try:
zeo_storage.restart(delay)
except: