We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0fec16 commit 1226196Copy full SHA for 1226196
1 file changed
src/ffmpeg_normalize/_presets.py
@@ -158,8 +158,8 @@ def merge_preset_with_args(
158
159
# Check if this attribute exists in cli_args
160
if not hasattr(cli_args, attr_name):
161
- _logger.debug(
162
- f"Preset option '{key}' is not a valid ffmpeg-normalize option"
+ _logger.warning(
+ f"Preset option '{key}' is not a valid ffmpeg-normalize option. Skipping."
163
)
164
continue
165
0 commit comments