More cli debug logging

This commit is contained in:
Tim Van Baak 2019-05-16 12:44:29 -07:00
parent 956f1dbda7
commit 339720ecda
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ def update(args):
for name in names: for name in names:
if name not in source_names: if name not in source_names:
logger.error("Source not found: {}".format(name)) logger.error("Source not found: {}".format(name))
logger.debug("Known sources: {}".format(source_names))
else: else:
names = source_names names = source_names
dungeon = Dungeon(args.dungeon) dungeon = Dungeon(args.dungeon)