diff options
author | Marco Capitani <m.capitani@nextworks.it> | 2017-04-24 16:03:02 +0200 |
---|---|---|
committer | Marco Capitani <m.capitani@nextworks.it> | 2017-04-24 16:03:02 +0200 |
commit | 58b1a46bfbf7960336fa25a3a9c3b8916530328f (patch) | |
tree | 34356202bce09cfd3db1ef7d2d885bd8f18dc188 | |
parent | eda14393d20cdd0b9ef9303f024f4c8a0b47eda2 (diff) | |
download | rumba-58b1a46bfbf7960336fa25a3a9c3b8916530328f.tar.gz rumba-58b1a46bfbf7960336fa25a3a9c3b8916530328f.zip |
Log: fixed typo (Rumba in caps)
-rw-r--r-- | rumba/log.py | 2 |
1 files changed, 1 insertions, 1 deletions
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', |