From 58b1a46bfbf7960336fa25a3a9c3b8916530328f Mon Sep 17 00:00:00 2001 From: Marco Capitani Date: Mon, 24 Apr 2017 16:03:02 +0200 Subject: Log: fixed typo (Rumba in caps) --- rumba/log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rumba/log.py b/rumba/log.py index 0e3f0dc..8c95330 100644 --- a/rumba/log.py +++ b/rumba/log.py @@ -28,7 +28,7 @@ loggers_set = set() class RumbaFormatter(logging.Formatter): - """The logging.Formatter subclass used by RUMBA""" + """The logging.Formatter subclass used by Rumba""" level_name_table = { 'CRITICAL': 'CRT', -- cgit v1.2.3