Skip to content

Commit ecc7979

Browse files
committed
adjust log message
1 parent d129551 commit ecc7979

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gamdl/cli.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,9 @@ def main(
528528
logger.debug(f'Downloading to "{encrypted_path}"')
529529
downloader.download(encrypted_path, stream_info.stream_url)
530530
if codec_song in LEGACY_CODECS:
531-
logger.debug(f'Decrypting and Remuxing to "{remuxed_path}"')
531+
logger.debug(
532+
f'Decrypting/Remuxing to "{decrypted_path}"/"{remuxed_path}"'
533+
)
532534
downloader_song_legacy.remux(
533535
encrypted_path,
534536
decrypted_path,

0 commit comments

Comments
 (0)