Skip to content

Commit

Permalink
Corrected log strings for WARN and CRITICAL
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopasi committed Nov 13, 2017
1 parent 197e030 commit fbc2422
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
PROGRESS : 'PROGRESS',
INFO : 'INFO',
DEBUG : 'DEBUG',
WARN : WARNING,
CRITICAL : FATAL
WARN : 'WARNING',
CRITICAL : 'FATAL'
}

def __log(level, message, *args, **kwargs):
Expand Down

0 comments on commit fbc2422

Please sign in to comment.