[Zodb-checkins] CVS: ZODB3/ZEO - ClientStorage.py:1.110.2.10

Jeremy Hylton jeremy at zope.com
Sun Dec 14 13:56:56 EST 2003


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

Modified Files:
      Tag: ZODB3-mvcc-2-branch
	ClientStorage.py 
Log Message:
Disconnecting isn't a problem any more than connecting is.


=== ZODB3/ZEO/ClientStorage.py 1.110.2.9 => 1.110.2.10 ===
--- ZODB3/ZEO/ClientStorage.py:1.110.2.9	Tue Dec  2 02:10:29 2003
+++ ZODB3/ZEO/ClientStorage.py	Sun Dec 14 13:56:55 2003
@@ -601,8 +601,7 @@
         This is called by ConnectionManager when the connection is
         closed or when certain problems with the connection occur.
         """
-        log2(PROBLEM, "Disconnected from storage: %s"
-             % repr(self._server_addr))
+        log2(INFO, "Disconnected from storage: %s" % repr(self._server_addr))
         self._connection = None
         self._ready.clear()
         self._server = disconnected_stub




More information about the Zodb-checkins mailing list