1
0
Fork 0

Log configuration loading

This commit is contained in:
nemunaire 2015-11-10 07:05:42 +01:00
parent 36cfdd8861
commit 0f4a904a77
1 changed files with 2 additions and 0 deletions

View File

@ -205,7 +205,9 @@ class Bot(threading.Thread):
self.quit()
elif action[0] == "loadconf":
for path in action[1:]:
logger.debug("Load configuration from %s", path)
self.load_file(path)
logger.info("Configurations successfully loaded")
self.sync_queue.task_done()