Fixes BZ #888357
This commit is contained in:
committed by
Derek Higgins
parent
2df3cf501b
commit
ca6264a5f7
@@ -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():
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user