Commit 00ea7fe4 authored by Barry Warsaw's avatar Barry Warsaw

tpc_abort(): Log the ClientDisconnected error as was apparently the

intent according to the comment.
parent febcca61
...@@ -766,8 +766,7 @@ class ClientStorage: ...@@ -766,8 +766,7 @@ class ClientStorage:
try: try:
self._server.tpc_abort(self._serial) self._server.tpc_abort(self._serial)
except ClientDisconnected: except ClientDisconnected:
# log the error and continue log2(BLATHER, 'ClientDisconnected in tpc_abort() ignored')
pass
finally: finally:
self._tbuf.clear() self._tbuf.clear()
self._seriald.clear() self._seriald.clear()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment