mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-26 10:21:12 +00:00
Fix typo in the logging level mapping
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
b322279735
commit
bb9712d7e9
@ -263,7 +263,7 @@ class Britney(object):
|
||||
|
||||
old_factory = logging.getLogRecordFactory()
|
||||
short_level_mapping = {
|
||||
'CRITIAL': 'F',
|
||||
'CRITICAL': 'F',
|
||||
'INFO': 'I',
|
||||
'WARNING': 'W',
|
||||
'ERROR': 'E',
|
||||
|
Loading…
x
Reference in New Issue
Block a user