modifié: m/log.py

This commit is contained in:
sidya82 2014-03-03 14:19:26 +01:00
parent e160e9fc33
commit 947b441dd9

View File

@ -35,7 +35,7 @@ class Log(object):
def printL(self,pMsg,pLvl): def printL(self,pMsg,pLvl):
if pLvl == 10 : if pLvl == 10 :
sys.stdout.write(bcolors.DEBUG) pMsg = bcolors.DEBUG + pMsg + bcolors.ENDC
elif pLvl == 20 : elif pLvl == 20 :
sys.stdout.write(bcolors.INFO) sys.stdout.write(bcolors.INFO)
elif pLvl == 25 : elif pLvl == 25 :