From 9f69a2e1b39136512f0bab99e5629af0e88aa690 Mon Sep 17 00:00:00 2001 From: sidya82 Date: Mon, 3 Mar 2014 12:12:19 +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 cb98bb7..7e8acee 100644 --- a/m/log.py +++ b/m/log.py @@ -21,7 +21,7 @@ class Log(object): def printL(self,pMsg,pLvl): logger.log(pMsg, pLvl) - if pLvl == 10 + if pLvl == 10 : print bcolors.DEBUG , elif pLvl == 20 : print bcolors.INFO ,