[Zodb-checkins] CVS: ZEO/ZEO/zrpc - client.py:1.1.2.9
Tim Peters
tim.one@home.com
Sun, 27 Jan 2002 14:19:48 -0500
Update of /cvs-repository/ZEO/ZEO/zrpc
In directory cvs.zope.org:/tmp/cvs-serv8115/zrpc
Modified Files:
Tag: Standby-branch
client.py
Log Message:
Another XXX: the log says we're connected even if test_connection fails.
Doesn't seem right.
=== ZEO/ZEO/zrpc/client.py 1.1.2.8 => 1.1.2.9 ===
elif e in _CONNECT_OK:
c = self.test_connection(s, addr)
+ # XXX we should't log that we got connected if c==0, should we?
log("connected to %s" % repr(addr), level=zLOG.DEBUG)
if c:
raise Connected(s)