modifié: m/log.py

This commit is contained in:
sidya82 2014-03-03 19:06:21 +01:00
parent 4ec1e61cf0
commit afe3bef843
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class Log(object):
pMsg = bcolors.DEBUG + pMsg + bcolors.ENDC
elif pLvl == lvl.INFO :
pMsg = bcolors.INFO + pMsg + bcolors.ENDC
elif pLvl == lvl.SUCESS :
elif pLvl == lvl.SUCCESS :
pMsg = bcolors.SUCCESS + pMsg + bcolors.ENDC
elif pLvl == lvl.WARNING :
pMsg = bcolors.WARNING + pMsg + bcolors.ENDC