Skip to content

Commit

Permalink
Log sync point
Browse files Browse the repository at this point in the history
  • Loading branch information
philipgiuliani committed Oct 1, 2024
1 parent 8ea7000 commit a391a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/membrane/hls/sink_bin.ex
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ defmodule Membrane.HLS.SinkBin do
end

def handle_info(:sync, _ctx, state) do
Membrane.Logger.debug("Packager: syncing playlists")
Membrane.Logger.debug("Packager: syncing playlists up to #{state.live_state.next_sync_point}")

Agent.update(state.packager_pid, fn p ->
Packager.sync(p, state.live_state.next_sync_point)
Expand Down

0 comments on commit a391a1a

Please sign in to comment.