From: Anthony Minessale Date: Mon, 8 May 2017 21:44:09 +0000 (-0500) Subject: FS-10295: [freeswitch-core] Remove debug log line #resolve X-Git-Tag: v1.8.0~525 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc2494cf32fd11d108863538acccb4f14a78e7ef;p=thirdparty%2Ffreeswitch.git FS-10295: [freeswitch-core] Remove debug log line #resolve --- diff --git a/src/switch_rtp.c b/src/switch_rtp.c index 253a9cef58..4abf64def0 100644 --- a/src/switch_rtp.c +++ b/src/switch_rtp.c @@ -1089,7 +1089,7 @@ static void handle_ice(switch_rtp_t *rtp_session, switch_rtp_ice_t *ice, void *d ice->missed_count++; - switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(rtp_session->session), SWITCH_LOG_WARNING, "missed %d\n", ice->missed_count); + //switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(rtp_session->session), SWITCH_LOG_WARNING, "missed %d\n", ice->missed_count); if (rtp_session->session) {