Private GIT

Skip to content
Snippets Groups Projects
Commit d3b3898b authored by miigotu's avatar miigotu
Browse files

typo in logger

parent 58fb10e4
No related branches found
No related tags found
No related merge requests found
......@@ -198,7 +198,7 @@ class Logger(object): # pylint: disable=too-many-instance-attributes
cur_thread = threading.currentThread().getName()
cur_hash = ''
if level == 'ERROR' and sickbeard.CUR_COMMIT_HASH and len(sickbeard.CUR_COMMIT_HASH) > 6:
if level == ERROR and sickbeard.CUR_COMMIT_HASH and len(sickbeard.CUR_COMMIT_HASH) > 6:
cur_hash = '[{0}] '.format(
sickbeard.CUR_COMMIT_HASH[:7]
)
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment