From: Ian Jackson Date: Sat, 1 Apr 2017 22:20:54 +0000 (+0100) Subject: wip X-Git-Tag: hippotat/1.0.0~55^2~148 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=hippotat.git;a=commitdiff_plain;h=ca386ea20592402ba35ced4f7f964f06a6263cab wip --- diff --git a/hippotat/__init__.py b/hippotat/__init__.py index 90476f5..c1a6996 100644 --- a/hippotat/__init__.py +++ b/hippotat/__init__.py @@ -50,7 +50,7 @@ def log_debug(dflag, msg, idof=None, d=None): if idof is not None: msg = '[%d] %s' % (id(idof), msg) if d is not None: - #d = d[0:64] + d = d[0:64] d = _hex_codec(d)[0].decode('ascii') msg += ' ' + d log.info('{dflag} {msgcore}', dflag=dflag, msgcore=msg)