[Zope-Checkins] CVS: ZODB3/ZEO/zrpc - client.py:1.19.2.2.2.2
Jeremy Hylton
jeremy@zope.com
Wed, 18 Dec 2002 15:59:52 -0500
Update of /cvs-repository/ZODB3/ZEO/zrpc
In directory cvs.zope.org:/tmp/cvs-serv19336/ZEO/zrpc
Modified Files:
Tag: ZODB3-fast-restart-branch
client.py
Log Message:
Lower the log level of one rather verbose debugging message.
=== ZODB3/ZEO/zrpc/client.py 1.19.2.2.2.1 => 1.19.2.2.2.2 ===
--- ZODB3/ZEO/zrpc/client.py:1.19.2.2.2.1 Wed Dec 18 14:55:10 2002
+++ ZODB3/ZEO/zrpc/client.py Wed Dec 18 15:59:51 2002
@@ -119,7 +119,7 @@
# XXX need each connection started with async==0 to have a
# callback
- log("CM.set_async(%s)" % repr(map))
+ log("CM.set_async(%s)" % repr(map), level=zLOG.DEBUG)
if not self.closed and self.trigger is None:
log("CM.set_async(): first call")
self.trigger = trigger()