diff --git a/res/res_rtp_asterisk.c b/res/res_rtp_asterisk.c index a88130d5e6..fcbc12ea83 100644 --- a/res/res_rtp_asterisk.c +++ b/res/res_rtp_asterisk.c @@ -797,7 +797,7 @@ static void ast_rtp_ice_set_role(struct ast_rtp_instance *instance, enum ast_rtp role == AST_RTP_ICE_ROLE_CONTROLLED ? "CONTROLLED" : "CONTROLLING", instance); if (!rtp->ice) { - ast_log(LOG_WARNING, "Set role failed; no ice instance (%p)\n", instance); + ast_debug(3, "Set role failed; no ice instance (%p)\n", instance); return; }