[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/tests/testConnection.py Tweak debigging info.
Jim Fulton
jim at zope.com
Thu Sep 16 11:33:50 EDT 2010
Log message for revision 116461:
Tweak debigging info.
Changed:
U ZODB/trunk/src/ZEO/tests/testConnection.py
-=-
Modified: ZODB/trunk/src/ZEO/tests/testConnection.py
===================================================================
--- ZODB/trunk/src/ZEO/tests/testConnection.py 2010-09-16 15:16:56 UTC (rev 116460)
+++ ZODB/trunk/src/ZEO/tests/testConnection.py 2010-09-16 15:33:50 UTC (rev 116461)
@@ -224,6 +224,8 @@
... print record.name, record.levelname
... print debughandler.format(record)
... debughandler.clear()
+ ... else:
+ ... logging.getLogger('ZEO').debug('GOOD %s' % c)
... db.close()
... finally:
... stop = True
More information about the Zodb-checkins
mailing list