Skip to content

Commit

Permalink
warn() is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetsait committed Dec 9, 2024
1 parent 83c23b8 commit 5e50a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffmpeg_normalize/_media_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def _get_audio_filter_cmd(self) -> tuple[str, list[str]]:
skip_normalization = True

if skip_normalization:
_logger.warn(
_logger.warning(
f"Stream {audio_stream.stream_id} had measured input loudness lower than target, skipping normalization."
)
normalization_filter = "acopy"
Expand Down

0 comments on commit 5e50a4f

Please sign in to comment.