From: Anthony Minessale Date: Wed, 3 Dec 2014 01:13:48 +0000 (-0600) Subject: FS-7500: comment debug X-Git-Tag: v1.6.2~614^2~535 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0fd27bb8f3b1419b99e7d530af424f9fff019f2;p=thirdparty%2Ffreeswitch.git FS-7500: comment debug --- diff --git a/src/switch_rtp.c b/src/switch_rtp.c index 87e4ac14cd..16d627fcb8 100644 --- a/src/switch_rtp.c +++ b/src/switch_rtp.c @@ -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,