modifié: m/log.py

This commit is contained in:
sidya82 2014-03-03 12:15:46 +01:00
parent 3ff6521bc2
commit 82ac3d53a6
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class Log(object):
def printL(self,pMsg,pLvl):
logger.log(pMsg, pLvl)
self.logger.log(pMsg, pLvl)
if pLvl == 10 :
print bcolors.DEBUG ,
elif pLvl == 20 :