modifié: m/log.py

This commit is contained in:
sidya82 2014-03-03 14:19:26 +01:00
parent e160e9fc33
commit 947b441dd9
1 changed files with 1 additions and 1 deletions

View File

@ -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 :