From 1607f9209d0db3112a1b6906828362f2ec9874d2 Mon Sep 17 00:00:00 2001 From: Fabrice Bellet Date: Mon, 29 Jul 2019 21:11:55 +0000 Subject: 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. --- agent/conncheck.c | 3 +-- 1 file changed, 1 insertion(+), 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;) { -- cgit v1.2.1