Skip to content

Commit

Permalink
Merge pull request #47 from intermediateengineering/imen/remove-logge…
Browse files Browse the repository at this point in the history
…r-deprecations

remove logger deprecation warning
  • Loading branch information
mat-hek authored Aug 16, 2023
2 parents 8bb517e + e2180de commit faca460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/membrane_ffmpeg_swresample_plugin/converter.ex
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ defmodule Membrane.FFmpeg.SWResample.Converter do
dropped_bytes = byte_size(state.queue)

if dropped_bytes > 0 do
Membrane.Logger.warn(
Membrane.Logger.warning(
"Dropping enqueued #{dropped_bytes} on EoS. It's possible that the stream was ended abrubtly or the provided formats are invalid."
)
end
Expand Down

0 comments on commit faca460

Please sign in to comment.