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