From: Anthony Minessale Date: Mon, 31 Aug 2015 22:16:07 +0000 (-0500) Subject: FS-8071 move debug value higher for new log message X-Git-Tag: v1.6.2~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d052c4edeae9c4db1d2bb28f5bc0b9c4013f420f;p=thirdparty%2Ffreeswitch.git FS-8071 move debug value higher for new log message --- diff --git a/src/switch_rtp.c b/src/switch_rtp.c index 0dbc9faff2..0b8746ec76 100644 --- a/src/switch_rtp.c +++ b/src/switch_rtp.c @@ -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) {