Skip to content

Commit

Permalink
Log cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumEntangledAndy committed May 3, 2024
1 parent 1b6011b commit 0f53185
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/rtsp/stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@ async fn send_to_appsrc<E, T: Stream<Item = Result<StampedData, E>> + Unpin>(
}
AnyResult::Ok(())
})();
log::error!("r: {:?}", r);
log::trace!("r: {:?}", r);
r
});

Expand All @@ -879,6 +879,5 @@ async fn send_to_appsrc<E, T: Stream<Item = Result<StampedData, E>> + Unpin>(
break;
}
}
log::error!("Exiting send_to_appsrc");
Ok(())
}

0 comments on commit 0f53185

Please sign in to comment.