Do not show debug log about ffmpeg probe in artist-facing report

This commit is contained in:
Roy Nieterau 2023-09-07 15:58:28 +02:00
parent a492addc54
commit 3a02964af5

View file

@ -724,7 +724,7 @@ def get_ffprobe_data(path_to_file, logger=None):
"""
if not logger:
logger = logging.getLogger(__name__)
logger.info(
logger.debug(
"Getting information about input \"{}\".".format(path_to_file)
)
ffprobe_args = get_ffmpeg_tool_args("ffprobe")