[Zodb-checkins] CVS: ZODB3/ZEO - StorageServer.py:1.98
Jeremy Hylton
jeremy at zope.com
Fri Jun 13 16:50:06 EDT 2003
Update of /cvs-repository/ZODB3/ZEO
In directory cvs.zope.org:/tmp/cvs-serv17125
Modified Files:
StorageServer.py
Log Message:
Add log message about server releasing storage lock,
parallel with message about acquiring the lock.
=== ZODB3/ZEO/StorageServer.py 1.97 => 1.98 ===
--- ZODB3/ZEO/StorageServer.py:1.97 Fri May 30 15:20:57 2003
+++ ZODB3/ZEO/StorageServer.py Fri Jun 13 15:50:05 2003
@@ -400,6 +400,7 @@
self.locked = 0
self.timeout.end(self)
self.stats.lock_time = None
+ self.log("Transaction released storage lock")
# _handle_waiting() can start another transaction (by
# restarting a waiting one) so must be done last
self._handle_waiting()
More information about the Zodb-checkins
mailing list