From 0807a71a3d3b1290d6f7edf4a5bc704722c1bca9 Mon Sep 17 00:00:00 2001 From: Juan Navarro Date: Fri, 5 Nov 2021 15:55:57 +0100 Subject: [PATCH] webrtcendpoint: raise debug level of [IceComponentStateChanged] event --- src/gst-plugins/webrtcendpoint/kmswebrtcendpoint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gst-plugins/webrtcendpoint/kmswebrtcendpoint.c b/src/gst-plugins/webrtcendpoint/kmswebrtcendpoint.c index c0c30728..f37638ee 100644 --- a/src/gst-plugins/webrtcendpoint/kmswebrtcendpoint.c +++ b/src/gst-plugins/webrtcendpoint/kmswebrtcendpoint.c @@ -149,7 +149,7 @@ on_ice_component_state_change (KmsWebrtcSession * sess, const gchar * stream_id, { KmsSdpSession *sdp_sess = KMS_SDP_SESSION (sess); - GST_LOG_OBJECT (self, + GST_DEBUG_OBJECT (self, "[IceComponentStateChanged] state: %s, stream_id: %s, component_id: %u", kms_ice_base_agent_state_to_string (state), stream_id, component_id);