modifié: m/log.py

This commit is contained in:
sidya82 2014-03-03 12:11:19 +01:00
parent 3e16d6c474
commit ac3efe3427

View File

@ -19,7 +19,7 @@ class Log(object):
dest.write("%s,%s,%s,%s\n" % (d,pLog,pMsg,pIP))
def printL(self,pMsg,pLvl)
def printL(self,pMsg,pLvl):
logger.log(pMsg, pLvl)
if pLvl == 10
print bcolors.DEBUG ,