Browse Source

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 d483ef185b)
(cherry picked from commit 6da0da81e8)
mr13.1.1
Richard Fuchs 10 months ago
parent
commit
306fa71351
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      daemon/call.c

+ 1
- 1
daemon/call.c View File

@ -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