]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-8071 move debug value higher for new log message
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 31 Aug 2015 22:16:07 +0000 (17:16 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 31 Aug 2015 22:18:53 +0000 (17:18 -0500)
src/switch_rtp.c

index 0dbc9faff260201e10cb741afeab30cde82ddcf6..0b8746ec76c526bf09ee401baadb7e3a2209185c 100644 (file)
@@ -1177,7 +1177,7 @@ static void handle_ice(switch_rtp_t *rtp_session, switch_rtp_ice_t *ice, void *d
                        port2 = switch_sockaddr_get_port(ice->addr);
                        cmp = switch_cmp_addr(from_addr, ice->addr);
 
-                       switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(rtp_session->session), SWITCH_LOG_DEBUG1
+                       switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(rtp_session->session), SWITCH_LOG_DEBUG4
                                                          "STUN from %s:%d %s\n", host, port, cmp ? "EXPECTED" : "IGNORED");
 
                        if (cmp) {