BF: fail2ban-testcases -- use full "warning" instead of warn for the verbosity dictionary

This commit is contained in:
Yaroslav Halchenko 2013-07-02 23:52:37 -04:00
parent 5df6796e69
commit 404574499d

View file

@ -79,7 +79,7 @@ logSys = logging.getLogger("fail2ban")
verbosity = {'heavydebug': 4,
'debug': 3,
'info': 2,
'warn': 1,
'warning': 1,
'error': 1,
'fatal': 0,
None: 1}[opts.log_level]