webrtc: Fix log when adding stun server

This commit is contained in:
Ali Yousuf 2019-05-20 16:34:55 +05:00 committed by Matthew Waters
parent 95488812b2
commit 69e06ced7d

View File

@ -411,9 +411,8 @@ _add_stun_server (GstWebRTCICE * ice, GstUri * stun_server)
gchar *ip = NULL;
guint port;
GST_DEBUG_OBJECT (ice, "adding stun server, %s", s);
s = gst_uri_to_string (stun_server);
GST_DEBUG_OBJECT (ice, "adding stun server, %s", s);
host = gst_uri_get_host (stun_server);
if (!host) {