From 09c52b66ff3281220a05b86a5587a410b86aa4cb Mon Sep 17 00:00:00 2001 From: derrod Date: Sat, 2 Oct 2021 23:09:59 +0200 Subject: [PATCH] [cli] Log app title/name when preparing download --- legendary/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legendary/cli.py b/legendary/cli.py index 364aea3..6601c08 100644 --- a/legendary/cli.py +++ b/legendary/cli.py @@ -755,7 +755,7 @@ class LegendaryCLI: logger.info(f'Using install tags from config: {config_tags}') args.install_tag = config_tags.split(',') - logger.info('Preparing download...') + logger.info(f'Preparing download for "{game.app_title}" ({game.app_name})...') # todo use status queue to print progress from CLI # This has become a little ridiculous hasn't it? dlm, analysis, igame = self.core.prepare_download(game=game, base_game=base_game, base_path=args.base_path,