From 306fa71351972f9edf9537e8490ead4ae6a1d121 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Mon, 3 Feb 2025 11:18:04 -0400 Subject: [PATCH] MT#55283 defuse warning message This is a normal condition for a first offer. Reduce log level to debug. NGCP-Flow: mr13.1 Change-Id: I785cee82ead90b1e797c09017c3e3a77da113553 (cherry picked from commit d483ef185bb846a9695584944233f61546fdb0f7) (cherry picked from commit 6da0da81e8921e225eb46b94cb90c1ee144eefe6) --- daemon/call.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/call.c b/daemon/call.c index 995c3d19f..8ef9a5e67 100644 --- a/daemon/call.c +++ b/daemon/call.c @@ -3052,7 +3052,7 @@ int monologue_offer_answer(struct call_monologue *monologues[2], sdp_streams_q * receiver_media = ms->media; } else { - ilog(LOG_WARNING, "No matching media (index: %d) for answer using subscription, just use an index.", sp->index); + ilog(LOG_DEBUG, "No matching media (index: %d) for answer using subscription, just use an index.", sp->index); receiver_media = __get_media(receiver_ml, sp, flags, 0); } }