summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabrice Bellet <fabrice@bellet.info>2019-07-29 21:11:55 +0000
committerOlivier CrĂȘte <olivier.crete@ocrete.ca>2019-07-29 21:11:55 +0000
commit1607f9209d0db3112a1b6906828362f2ec9874d2 (patch)
treeea0d21a853789a26f56fcacc61ad0361b824d50f
parent14da0d6e048bcb4e5d5ddfa5709a4bb82d0d2ba2 (diff)
downloadlibnice-1607f9209d0db3112a1b6906828362f2ec9874d2.tar.gz
conncheck: update a misleading debug statement
We may not have received remote candidates yet, but we may have discovered remote candidates from the early incoming checks. Only having stream credentials is required to react to these checks.
-rw-r--r--agent/conncheck.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/agent/conncheck.c b/agent/conncheck.c
index a979f3f..513f278 100644
--- a/agent/conncheck.c
+++ b/agent/conncheck.c
@@ -1897,9 +1897,8 @@ conn_check_remote_candidates_set(NiceAgent *agent, NiceStream *stream,
if (stream->remote_ufrag[0] == 0)
return;
-
if (component->incoming_checks.head)
- nice_debug ("Agent %p : both remote candidates and credentials set, "
+ nice_debug ("Agent %p : credentials have been set, "
"we can process incoming checks", agent);
for (k = component->incoming_checks.head; k;) {