projects
/
platform
/
upstream
/
libnice.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1fb6f2
)
agent: more debug when remote credential are received
author
Fabrice Bellet
<fabrice@bellet.info>
Fri, 7 Jun 2019 21:06:04 +0000
(23:06 +0200)
committer
Olivier 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
patch
|
blob
|
history
diff --git
a/agent/agent.c
b/agent/agent.c
index
ebf5f5d
..
ff570c1
100644
(file)
--- 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);