summaryrefslogtreecommitdiff
path: root/agent/agent.c
diff options
context:
space:
mode:
authorFabrice Bellet <fabrice@bellet.info>2019-06-07 23:06:04 +0200
committerOlivier CrĂȘte <olivier.crete@collabora.com>2019-07-04 17:03:43 -0400
commit43f3d70e865b0c007ec50c20ed2f0ad669ed8c80 (patch)
tree790c7d4c63f096636fceb2e3e26b82ef15d3f502 /agent/agent.c
parentc1fb6f2814816209380f4b883e7fa8bb6a874d54 (diff)
downloadlibnice-43f3d70e865b0c007ec50c20ed2f0ad669ed8c80.tar.gz
agent: more debug when remote credential are received
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.
Diffstat (limited to 'agent/agent.c')
-rw-r--r--agent/agent.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/agent/agent.c b/agent/agent.c
index ebf5f5d..ff570c1 100644
--- a/agent/agent.c
+++ b/agent/agent.c
@@ -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);