]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-10295: [freeswitch-core] Remove debug log line #resolve
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 8 May 2017 21:44:09 +0000 (16:44 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 8 May 2017 21:44:15 +0000 (16:44 -0500)
src/switch_rtp.c

index 253a9cef58ca48dbdce5779f40dc95f1b9ada0dc..4abf64def0b49ef627487ac8a498d624f17bfab7 100644 (file)
@@ -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) {