modifié: m/log.py

This commit is contained in:
sidya82 2014-03-03 12:17:14 +01:00
parent 82ac3d53a6
commit 63583f4901
1 changed files with 1 additions and 1 deletions

View File

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