]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-8368 one more
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 20 Oct 2015 23:13:28 +0000 (18:13 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 20 Oct 2015 23:13:28 +0000 (18:13 -0500)
src/switch_rtp.c

index de7ea46fce17de4a852c0093a656aa110be50bcd..67ce8447ae6408dddd9775fde58c0a88f969e87d 100644 (file)
@@ -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;
 }