[Zodb-checkins] CVS: ZODB3/ZEO - ClientStorage.py:1.86
Barry Warsaw
barry@wooz.org
Mon, 20 Jan 2003 16:03:12 -0500
Update of /cvs-repository/ZODB3/ZEO
In directory cvs.zope.org:/tmp/cvs-serv23012
Modified Files:
ClientStorage.py
Log Message:
tpc_abort(): Log the ClientDisconnected error as was apparently the
intent according to the comment.
=== ZODB3/ZEO/ClientStorage.py 1.85 => 1.86 ===
--- ZODB3/ZEO/ClientStorage.py:1.85 Fri Jan 17 12:20:03 2003
+++ ZODB3/ZEO/ClientStorage.py Mon Jan 20 16:03:09 2003
@@ -766,8 +766,7 @@
try:
self._server.tpc_abort(self._serial)
except ClientDisconnected:
- # log the error and continue
- pass
+ log2(BLATHER, 'ClientDisconnected in tpc_abort() ignored')
finally:
self._tbuf.clear()
self._seriald.clear()