diff --git a/nemubot/bot.py b/nemubot/bot.py index 54acdee..44b2bac 100644 --- a/nemubot/bot.py +++ b/nemubot/bot.py @@ -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()