提交 cb0b31d1 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-7500: comment debug

上级 77b51528
...@@ -5318,8 +5318,8 @@ static switch_status_t process_rtcp_packet(switch_rtp_t *rtp_session, switch_siz ...@@ -5318,8 +5318,8 @@ static switch_status_t process_rtcp_packet(switch_rtp_t *rtp_session, switch_siz
break; break;
} }
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(rtp_session->session), SWITCH_LOG_CRIT, //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); //"WTF BYTES %ld REMAIN %ld PACKET TYPE %d LEN %ld\n", *bytes, remain, msg->header.type, len);
if (len > remain) { if (len > remain) {
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(rtp_session->session), SWITCH_LOG_WARNING, switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(rtp_session->session), SWITCH_LOG_WARNING,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论