From 5888fe467a0099f602b219e17239562098ffb892 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 17 Nov 2013 15:33:13 +0100 Subject: fixed the plugin parser to handle multi line statements --- pyload/Core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyload/Core.py') 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', -- cgit v1.2.3