webrtc: janus: decrease level of some info debug logs

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/2244>
This commit is contained in:
Guillaume Desmottes 2025-05-14 14:22:33 +02:00 committed by GStreamer Marge Bot
parent 9742381508
commit e2ab2ea9ff

View file

@ -408,7 +408,7 @@ impl Signaller {
}
let msg = "Stopped websocket receiving";
gst::info!(CAT, imp = this, "{msg}");
gst::debug!(CAT, imp = this, "{msg}");
}
));
@ -811,7 +811,7 @@ impl SignallableImpl for Signaller {
}
fn send_sdp(&self, _session_id: &str, offer: &gst_webrtc::WebRTCSessionDescription) {
gst::info!(
gst::log!(
CAT,
imp = self,
"sending SDP offer to peer: {:?}",