diff options
author | Fabrice Bellet <fabrice@bellet.info> | 2019-06-07 23:06:04 +0200 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.com> | 2019-07-04 17:03:43 -0400 |
commit | 43f3d70e865b0c007ec50c20ed2f0ad669ed8c80 (patch) | |
tree | 790c7d4c63f096636fceb2e3e26b82ef15d3f502 /agent/agent.c | |
parent | c1fb6f2814816209380f4b883e7fa8bb6a874d54 (diff) | |
download | libnice-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.c | 2 |
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); |