From: Ian Jackson Date: Sat, 1 Apr 2017 22:20:54 +0000 (+0100) Subject: wip X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/hippotat/commitdiff_plain/ca386ea20592402ba35ced4f7f964f06a6263cab?hp=02cdcb524f39817d80da3541d3143f698b666ebd 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)