mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-08 00:51:36 +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()
|
old_factory = logging.getLogRecordFactory()
|
||||||
short_level_mapping = {
|
short_level_mapping = {
|
||||||
'CRITIAL': 'F',
|
'CRITICAL': 'F',
|
||||||
'INFO': 'I',
|
'INFO': 'I',
|
||||||
'WARNING': 'W',
|
'WARNING': 'W',
|
||||||
'ERROR': 'E',
|
'ERROR': 'E',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user