From: Anthony Minessale Date: Tue, 20 Oct 2015 23:13:28 +0000 (-0500) Subject: FS-8368 one more X-Git-Tag: v1.6.4~1^2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95b0f0c88a5660071189576251cea34f6fc509c9;p=thirdparty%2Ffreeswitch.git FS-8368 one more --- diff --git a/src/switch_rtp.c b/src/switch_rtp.c index de7ea46fce..67ce8447ae 100644 --- a/src/switch_rtp.c +++ b/src/switch_rtp.c @@ -4018,7 +4018,7 @@ SWITCH_DECLARE(switch_status_t) switch_rtp_set_video_buffer_size(switch_rtp_t *r //switch_rtp_flush(rtp_session); switch_core_session_request_video_refresh(rtp_session->session); - switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(rtp_session->session), SWITCH_LOG_DEBUG, "Setting video buffer %u Frames.\n", frames); + switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(rtp_session->session), SWITCH_LOG_DEBUG1, "Setting video buffer %u Frames.\n", frames); return SWITCH_STATUS_SUCCESS; }