Browse Source

MT#55283 defuse warning message

This is a normal condition for a first offer. Reduce log level to debug.

Change-Id: I785cee82ead90b1e797c09017c3e3a77da113553
pull/1910/head
Richard Fuchs 10 months ago
parent
commit
db9f1043c0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      daemon/call.c

+ 1
- 1
daemon/call.c View File

@ -3082,7 +3082,7 @@ int monologue_offer_answer(struct call_monologue *monologues[2], sdp_streams_q *
receiver_media = r_media; receiver_media = r_media;
} }
if (!receiver_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 = __get_media(receiver_ml, sp, flags, sp->index - medias_offset);
} }
receiver_media->media_sdp_id = sp->media_sdp_id; receiver_media->media_sdp_id = sp->media_sdp_id;


Loading…
Cancel
Save