From 947b441dd93b19c2b6ff35f1adcf6d09fdc12d86 Mon Sep 17 00:00:00 2001 From: sidya82 Date: Mon, 3 Mar 2014 14:19:26 +0100 Subject: [PATCH] =?UTF-8?q?=09modifi=C3=A9:=20=20=20=20=20=20=20=20=20m/lo?= =?UTF-8?q?g.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- m/log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m/log.py b/m/log.py index 3c73b2d..296bfd3 100644 --- a/m/log.py +++ b/m/log.py @@ -35,7 +35,7 @@ class Log(object): def printL(self,pMsg,pLvl): if pLvl == 10 : - sys.stdout.write(bcolors.DEBUG) + pMsg = bcolors.DEBUG + pMsg + bcolors.ENDC elif pLvl == 20 : sys.stdout.write(bcolors.INFO) elif pLvl == 25 :