From ec1592b031eed9b464b0f17565e93fa1a85f1833 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Wed, 20 Nov 2013 03:06:49 +0100 Subject: Left align for full theme too --- 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 d1989991f..3c56e2afe 100644 --- a/pyload/Core.py +++ b/pyload/Core.py @@ -526,7 +526,7 @@ class Core(object): from lib.colorlog import ColoredFormatter if self.config['log']['color_theme'] == "full": - cfmt = "%(asctime)s %(log_color)s%(bold)s%(white)s %(levelname)+8s %(reset)s %(message)s" + cfmt = "%(asctime)s %(log_color)s%(bold)s%(white)s %(levelname)-8s %(reset)s %(message)s" clr = { 'DEBUG': 'bg_cyan', 'INFO': 'bg_green', -- cgit v1.2.3