[Zodb-checkins] CVS: ZODB3/ZEO - StorageServer.py:1.103

Jeremy Hylton cvs-admin at zope.org
Mon Nov 24 16:27:52 EST 2003


Update of /cvs-repository/ZODB3/ZEO
In directory cvs.zope.org:/tmp/cvs-serv21466

Modified Files:
	StorageServer.py 
Log Message:
Make this log at the same level as "acquired storage lock."


=== ZODB3/ZEO/StorageServer.py 1.102 => 1.103 ===
--- ZODB3/ZEO/StorageServer.py:1.102	Mon Nov  3 13:56:31 2003
+++ ZODB3/ZEO/StorageServer.py	Mon Nov 24 16:27:51 2003
@@ -401,7 +401,7 @@
             self.locked = 0
             self.timeout.end(self)
             self.stats.lock_time = None
-            self.log("Transaction released storage lock")
+            self.log("Transaction released storage lock", zLOG.BLATHER)
             # _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