Commit 26826708 authored by Jeremy Hylton's avatar Jeremy Hylton

Make this log at the same level as "acquired storage lock."

parent c9b43c1f
......@@ -401,7 +401,7 @@ class ZEOStorage:
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()
......
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