[Zodb-checkins] SVN: ZODB/branches/jim-thready/src/ZEO/StorageServer.py Cleaned up lock-related logging. Probably still too chatty.

Jim Fulton jim at zope.com
Mon Jan 25 11:03:07 EST 2010


Log message for revision 108481:
  Cleaned up lock-related logging. Probably still too chatty.
  

Changed:
  U   ZODB/branches/jim-thready/src/ZEO/StorageServer.py

-=-
Modified: ZODB/branches/jim-thready/src/ZEO/StorageServer.py
===================================================================
--- ZODB/branches/jim-thready/src/ZEO/StorageServer.py	2010-01-25 15:16:13 UTC (rev 108480)
+++ ZODB/branches/jim-thready/src/ZEO/StorageServer.py	2010-01-25 16:03:07 UTC (rev 108481)
@@ -477,8 +477,6 @@
             return # We're disconnected
         self.locked = self.server.lock_storage(self)
         if self.locked:
-            self.log("(%r) unlock: transactions waiting: %s"
-                     % (self.storage_id, self.server.waiting(self)))
             try:
                 self._vote()
             except Exception:



More information about the Zodb-checkins mailing list