[Zodb-checkins] CVS: ZEO/ZEO - ClientStorage.py:1.35.6.10
Shane Hathaway
shane@cvs.zope.org
Wed, 27 Mar 2002 18:35:58 -0500
Update of /cvs-repository/ZEO/ZEO
In directory cvs.zope.org:/tmp/cvs-serv28902
Modified Files:
Tag: Standby-branch
ClientStorage.py
Log Message:
Show how the connection was made in the log file
=== ZEO/ZEO/ClientStorage.py 1.35.6.9 => 1.35.6.10 ===
def notifyConnected(self, c):
- log2(INFO, "Connected to storage")
+ log2(INFO, "Connected to storage via %s" % repr(c))
stub = ServerStub.StorageServer(c)
self._oids = []