FS-7500: comment debug

This commit is contained in:
Anthony Minessale 2014-12-02 19:13:48 -06:00 committed by Michael Jerris
parent 8f0910509f
commit b0fd27bb8f
1 changed files with 2 additions and 2 deletions

View File

@ -5318,8 +5318,8 @@ static switch_status_t process_rtcp_packet(switch_rtp_t *rtp_session, switch_siz
break;
}
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(rtp_session->session), SWITCH_LOG_CRIT,
"WTF BYTES %ld REMAIN %ld PACKET TYPE %d LEN %ld\n", *bytes, remain, msg->header.type, len);
//switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(rtp_session->session), SWITCH_LOG_CRIT,
//"WTF BYTES %ld REMAIN %ld PACKET TYPE %d LEN %ld\n", *bytes, remain, msg->header.type, len);
if (len > remain) {
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(rtp_session->session), SWITCH_LOG_WARNING,