Commit 084cf076 authored by Jeremy Hylton's avatar Jeremy Hylton

Make the REPR_LIMIT a little longer. Helps see tpc_begin args.

parent cadbb73a
......@@ -30,7 +30,7 @@ def log(message, level=zLOG.BLATHER, label=None, error=None):
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."
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment