diff options
Diffstat (limited to 'miasm/arch/msp430/jit.py')
| -rw-r--r-- | miasm/arch/msp430/jit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm/arch/msp430/jit.py b/miasm/arch/msp430/jit.py index ea30922c..faf00434 100644 --- a/miasm/arch/msp430/jit.py +++ b/miasm/arch/msp430/jit.py @@ -7,7 +7,7 @@ import logging log = logging.getLogger('jit_msp430') 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) |