summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;) {