diff --git a/daemon/call.c b/daemon/call.c index 0ecb330d6..2306fe3d4 100644 --- a/daemon/call.c +++ b/daemon/call.c @@ -3082,7 +3082,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;