mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-05 18:13:27 +00:00
FS-7499: demote log line
This commit is contained in:
parent
fc0bf67219
commit
c8a189a433
@ -5368,7 +5368,7 @@ static switch_status_t process_rtcp_report(switch_rtp_t *rtp_session, rtcp_msg_t
|
|||||||
uint32_t *nack = (uint32_t *) extp->body;
|
uint32_t *nack = (uint32_t *) extp->body;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(rtp_session->session), SWITCH_LOG_DEBUG, "Got NACK count %d\n", ntohs(extp->header.length) - 2);
|
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(rtp_session->session), SWITCH_LOG_DEBUG1, "Got NACK count %d\n", ntohs(extp->header.length) - 2);
|
||||||
switch_core_media_gen_key_frame(rtp_session->session);
|
switch_core_media_gen_key_frame(rtp_session->session);
|
||||||
for (i = 0; i < ntohs(extp->header.length) - 2; i++) {
|
for (i = 0; i < ntohs(extp->header.length) - 2; i++) {
|
||||||
handle_nack(rtp_session, *nack);
|
handle_nack(rtp_session, *nack);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user