Commit cccdabfd authored by Nirbheek Chauhan's avatar Nirbheek Chauhan

agent: Convert g_print() to nice_debug()

This was probably added by mistake.
parent 2f35957a
...@@ -3171,7 +3171,8 @@ priv_remove_upnp_mapping (NiceAgent *agent, NiceCandidate *host_candidate) ...@@ -3171,7 +3171,8 @@ priv_remove_upnp_mapping (NiceAgent *agent, NiceCandidate *host_candidate)
nice_address_to_string (&host_candidate->addr, local_ip); nice_address_to_string (&host_candidate->addr, local_ip);
g_print ("REMOVING %s: %d\n", local_ip, nice_address_get_port (&host_candidate->addr)); nice_debug ("Removing UPnP mapping %s: %d", local_ip,
nice_address_get_port (&host_candidate->addr));
gupnp_simple_igd_remove_port_local (GUPNP_SIMPLE_IGD (agent->upnp), gupnp_simple_igd_remove_port_local (GUPNP_SIMPLE_IGD (agent->upnp),
host_candidate->transport == NICE_CANDIDATE_TRANSPORT_UDP ? "UDP" : host_candidate->transport == NICE_CANDIDATE_TRANSPORT_UDP ? "UDP" :
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment