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

pull/280/head
Yaroslav Halchenko 2013-07-02 23:52:37 -04:00
parent 5df6796e69
commit 404574499d
1 changed files with 1 additions and 1 deletions

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]