[Zodb-checkins] CVS: ZODB3/ZEO/zrpc - log.py:1.6.2.1
Jeremy Hylton
jeremy@zope.com
Thu, 12 Dec 2002 16:22:11 -0500
Update of /cvs-repository/ZODB3/ZEO/zrpc
In directory cvs.zope.org:/tmp/cvs-serv9613
Modified Files:
Tag: ZODB3-3_1-branch
log.py
Log Message:
Make REPR_LIMIT longer. Helps so tpc_begin() args.
=== ZODB3/ZEO/zrpc/log.py 1.6 => 1.6.2.1 ===
--- ZODB3/ZEO/zrpc/log.py:1.6 Sat Sep 28 23:10:03 2002
+++ ZODB3/ZEO/zrpc/log.py Thu Dec 12 16:22:10 2002
@@ -30,7 +30,7 @@
label = "%s:%s" % (label, threading.currentThread().getName())
zLOG.LOG(label, level, message, error=error)
-REPR_LIMIT = 40
+REPR_LIMIT = 60
def short_repr(obj):
"Return an object repr limited to REPR_LIMIT bytes."