adjust log message

This commit is contained in:
glomatico 2024-05-20 12:52:21 -03:00
parent d129551b55
commit ecc7979d7e

View File

@ -528,7 +528,9 @@ def main(
logger.debug(f'Downloading to "{encrypted_path}"')
downloader.download(encrypted_path, stream_info.stream_url)
if codec_song in LEGACY_CODECS:
logger.debug(f'Decrypting and Remuxing to "{remuxed_path}"')
logger.debug(
f'Decrypting/Remuxing to "{decrypted_path}"/"{remuxed_path}"'
)
downloader_song_legacy.remux(
encrypted_path,
decrypted_path,