From d4f1b69679a2c75e8b40560eb4c73af4f6dcfa4a 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.2 Change-Id: I785cee82ead90b1e797c09017c3e3a77da113553 (cherry picked from commit d483ef185bb846a9695584944233f61546fdb0f7) --- daemon/call.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/call.c b/daemon/call.c index 72ad5b43d..04b6f210d 100644 --- a/daemon/call.c +++ b/daemon/call.c @@ -3087,7 +3087,7 @@ int monologue_offer_answer(struct call_monologue *monologues[2], sdp_streams_q * receiver_media = r_media; } if (!receiver_media) { - ilog(LOG_WARNING, "No matching media (index: %d) using subscription, just use an index.", sp->index); + ilog(LOG_DEBUG, "No matching media (index: %d) using subscription, just use an index.", sp->index); receiver_media = __get_media(receiver_ml, sp, flags, sp->index - medias_offset); } receiver_media->media_sdp_id = sp->media_sdp_id;