From a24ff4c240544126d32724e38b3da8d0c6c49666 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 17 Sep 2018 13:25:37 +0200 Subject: bsc_filter: Move whitelisted info log to debug It shows up all the time in logs while using "logging level all info", let's move it to debug. Change-Id: I51274dad5afef16e466921c5d58672427d23fd3b --- openbsc/src/osmo-bsc_nat/bsc_filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc') diff --git a/openbsc/src/osmo-bsc_nat/bsc_filter.c b/openbsc/src/osmo-bsc_nat/bsc_filter.c index ddfcdcbee..432529e15 100644 --- a/openbsc/src/osmo-bsc_nat/bsc_filter.c +++ b/openbsc/src/osmo-bsc_nat/bsc_filter.c @@ -208,7 +208,7 @@ int bsc_nat_filter_ipa(int dir, struct msgb *msg, struct bsc_nat_parsed *parsed) continue; /* whitelisted */ - LOGP(DNAT, LOGL_INFO, "Whitelisted with rule %d\n", i); + LOGP(DNAT, LOGL_DEBUG, "Whitelisted with rule %d\n", i); return 0; } else { /* whitelisted */ -- cgit v1.2.3