mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-09-02 09:43:48 +00:00
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:
parent
9742381508
commit
e2ab2ea9ff
1 changed files with 2 additions and 2 deletions
|
@ -408,7 +408,7 @@ impl Signaller {
|
||||||
}
|
}
|
||||||
|
|
||||||
let msg = "Stopped websocket receiving";
|
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) {
|
fn send_sdp(&self, _session_id: &str, offer: &gst_webrtc::WebRTCSessionDescription) {
|
||||||
gst::info!(
|
gst::log!(
|
||||||
CAT,
|
CAT,
|
||||||
imp = self,
|
imp = self,
|
||||||
"sending SDP offer to peer: {:?}",
|
"sending SDP offer to peer: {:?}",
|
||||||
|
|
Loading…
Reference in a new issue