Skip to content

Commit

Permalink
webrtcendpoint: raise debug level of [IceComponentStateChanged] event
Browse files Browse the repository at this point in the history
  • Loading branch information
j1elo committed Nov 5, 2021
1 parent c0596d2 commit 0807a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gst-plugins/webrtcendpoint/kmswebrtcendpoint.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 0807a71

Please sign in to comment.