modifié: m/log.py

This commit is contained in:
sidya82 2014-03-03 12:12:19 +01:00
parent ac3efe3427
commit 9f69a2e1b3
1 changed files with 1 additions and 1 deletions

View File

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