Skip to content

Commit

Permalink
src: stream: pipeline: Be less verbose when receiving EOS
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoantoniocardoso committed Jun 27, 2023
1 parent 1824208 commit 12c3b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stream/pipeline/runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ impl PipelineRunner {

match msg.view() {
MessageView::Eos(eos) => {
warn!("Received EndOfStream: {eos:#?}");
debug!("Received EndOfStream: {eos:?}");
pipeline.debug_to_dot_file_with_ts(
gst::DebugGraphDetails::all(),
format!("pipeline-{pipeline_id}-eos"),
Expand Down

0 comments on commit 12c3b5d

Please sign in to comment.