SVN: ZODB/branches/jim-thready/src/ZEO/StorageServer.py Cleaned up lock-related logging. Probably still too chatty.
Jim Fulton <[email protected]>
| Newsgroups | gmane.comp.python.zope.zodb.cvs |
|---|---|
| Message-ID | <20100125160307.A218B9417C__33517.9980182604$1264435399$gmane$org@cvs.zope.org> |
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: