modifié: m/log.py
This commit is contained in:
parent
82ac3d53a6
commit
63583f4901
2
m/log.py
2
m/log.py
@ -20,7 +20,7 @@ class Log(object):
|
|||||||
|
|
||||||
|
|
||||||
def printL(self,pMsg,pLvl):
|
def printL(self,pMsg,pLvl):
|
||||||
self.logger.log(pMsg, pLvl)
|
self.logger.log(pLvl,pMsg)
|
||||||
if pLvl == 10 :
|
if pLvl == 10 :
|
||||||
print bcolors.DEBUG ,
|
print bcolors.DEBUG ,
|
||||||
elif pLvl == 20 :
|
elif pLvl == 20 :
|
||||||
|
Reference in New Issue
Block a user