agent: more debug when remote credential are received
authorFabrice Bellet <fabrice@bellet.info>
Fri, 7 Jun 2019 21:06:04 +0000 (23:06 +0200)
committerOlivier CrĂȘte <olivier.crete@collabora.com>
Thu, 4 Jul 2019 21:03:43 +0000 (17:03 -0400)
This complete the similar debug trace when remote candidates are
received, and help to debug our tests with the patched farstream
library, where candidates and credentials are transmitted with a
random delay.

agent/agent.c

index ebf5f5d..ff570c1 100644 (file)
@@ -3589,6 +3589,8 @@ nice_agent_set_remote_credentials (
   g_return_val_if_fail (NICE_IS_AGENT (agent), FALSE);
   g_return_val_if_fail (stream_id >= 1, FALSE);
 
+  nice_debug ("Agent %p: set_remote_credentials %d", agent, stream_id);
+
   agent_lock (agent);
 
   stream = agent_find_stream (agent, stream_id);