Commit b986d6e5 authored by Fabrice Bellet's avatar Fabrice Bellet Committed by Philip Withnall

agent: remove newline from debug output

Just a cosmetic fix.
Reviewed-by: default avatarPhilip Withnall <philip.withnall@collabora.co.uk>
Differential Revision: https://phabricator.freedesktop.org/D872
parent e0ed4fb3
......@@ -2196,7 +2196,7 @@ priv_add_new_candidate_discovery_stun (NiceAgent *agent,
agent->compatibility == NICE_COMPATIBILITY_OC2007R2) ?
STUN_AGENT_USAGE_NO_ALIGNED_ATTRIBUTES : 0);
nice_debug ("Agent %p : Adding new srv-rflx candidate discovery %p\n",
nice_debug ("Agent %p : Adding new srv-rflx candidate discovery %p",
agent, cdisco);
agent->discovery_list = g_slist_append (agent->discovery_list, cdisco);
......@@ -2359,7 +2359,7 @@ priv_add_new_candidate_discovery_turn (NiceAgent *agent,
}
stun_agent_set_software (&cdisco->stun_agent, agent->software_attribute);
nice_debug ("Agent %p : Adding new relay-rflx candidate discovery %p\n",
nice_debug ("Agent %p : Adding new relay-rflx candidate discovery %p",
agent, cdisco);
agent->discovery_list = g_slist_append (agent->discovery_list, cdisco);
++agent->discovery_unsched_items;
......
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