[Zope-Checkins] CVS: ZODB3/ZEO/tests - ConnectionTests.py:1.40.2.7

Jeremy Hylton jeremy at zope.com
Thu Sep 11 16:45:52 EDT 2003


Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv10417/ZEO/tests

Modified Files:
      Tag: ZODB3-3_2-branch
	ConnectionTests.py 
Log Message:
Add log message when storage is cleaned up.


=== ZODB3/ZEO/tests/ConnectionTests.py 1.40.2.6 => 1.40.2.7 ===
--- ZODB3/ZEO/tests/ConnectionTests.py:1.40.2.6	Wed Sep 10 23:27:51 2003
+++ ZODB3/ZEO/tests/ConnectionTests.py	Thu Sep 11 15:45:52 2003
@@ -100,6 +100,8 @@
         if getattr(self, '_storage', None) is not None:
             self._storage.close()
             if hasattr(self._storage, 'cleanup'):
+                zLOG.LOG("testZEO", zLOG.DEBUG, "cleanup storage %s" %
+                         self._storage.__name__)
                 self._storage.cleanup()
         for adminaddr in self._servers:
             if adminaddr is not None:




More information about the Zope-Checkins mailing list