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)
mr13.1
Richard Fuchs 11 months ago
parent 2c69c26a86
commit 6da0da81e8

@ -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);
}
}

Loading…
Cancel
Save