This commit is contained in:
Alvaro Lopez Ortega
2012-12-18 18:41:57 +01:00
committed by Derek Higgins
parent 2df3cf501b
commit ca6264a5f7

View File

@@ -72,7 +72,7 @@ def initSequences():
def setDebug():
if controller.CONF['CONFIG_DEBUG']:
logging.root.setLevel(logging.DEBUG)
logging.root.setLevel(logging.DEBUG) # XXX: this doesn't work at all, will have to refactor
def initConfig():
"""