summaryrefslogtreecommitdiffstats
path: root/pyload/Core.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/Core.py')
-rw-r--r--pyload/Core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/Core.py b/pyload/Core.py
index bea47c3e2..abcc328f3 100644
--- a/pyload/Core.py
+++ b/pyload/Core.py
@@ -537,7 +537,7 @@ class Core(object):
'CRITICAL': 'bg_purple',
}
elif self.config['log']['console_color'] == "Light":
- cfmt = "%(log_color)s%(asctime)s %(levelname)+8s %(message)s"
+ cfmt = "%(log_color)s%(asctime)s %(levelname)-8s %(message)s"
clr = {
'DEBUG': 'cyan',
'WARNING': 'yellow',