diff --git a/m/log.py b/m/log.py index e09cfa2..85755c1 100644 --- a/m/log.py +++ b/m/log.py @@ -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 :