modifié: m/log.py
This commit is contained in:
parent
e160e9fc33
commit
947b441dd9
2
m/log.py
2
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 :
|
||||
|
Reference in New Issue
Block a user