diff options
Diffstat (limited to 'miasm/arch/mep/jit.py')
| -rw-r--r-- | miasm/arch/mep/jit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm/arch/mep/jit.py b/miasm/arch/mep/jit.py index 4470b344..08bf73db 100644 --- a/miasm/arch/mep/jit.py +++ b/miasm/arch/mep/jit.py @@ -13,7 +13,7 @@ import logging log = logging.getLogger("jit_mep") hnd = logging.StreamHandler() -hnd.setFormatter(logging.Formatter("[%(levelname)s]: %(message)s")) +hnd.setFormatter(logging.Formatter("[%(levelname)-8s]: %(message)s")) log.addHandler(hnd) log.setLevel(logging.CRITICAL) |