From eb93b818900b0c0b9c46d64574e39059dbf13532 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Mon, 8 May 2017 16:44:09 -0500 Subject: [PATCH] FS-10295: [freeswitch-core] Remove debug log line #resolve --- src/switch_rtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_rtp.c b/src/switch_rtp.c index e7cfc53176..fbbeba8307 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) {