Fix stupid bug in logs

This commit is contained in:
Guillaume Ayoub 2013-08-27 15:19:15 +02:00
parent c0c652b3f8
commit f09b070e40

View File

@ -55,5 +55,5 @@ def start():
if debug:
LOGGER.setLevel(logging.DEBUG)
LOGGER.debug(
"Logging configuration file '%s' not found, using stdout.",
"Logging configuration file '%s' not found, using stdout." %
filename)