Commit dab52574 authored by Jim Fulton's avatar Jim Fulton

Tweak debigging info.

parent 12cd6915
...@@ -224,6 +224,8 @@ This tests tries to provoke this bug by: ...@@ -224,6 +224,8 @@ This tests tries to provoke this bug by:
... print record.name, record.levelname ... print record.name, record.levelname
... print debughandler.format(record) ... print debughandler.format(record)
... debughandler.clear() ... debughandler.clear()
... else:
... logging.getLogger('ZEO').debug('GOOD %s' % c)
... db.close() ... db.close()
... finally: ... finally:
... stop = True ... stop = True
......
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