aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-09-17 13:25:37 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-09-17 13:26:10 +0200
commita24ff4c240544126d32724e38b3da8d0c6c49666 (patch)
tree498f5b9f0201891c1620bd380d2f90277f823bcd /openbsc
parent65f422ad5878165be0a1eb05605aa3099536f0c8 (diff)
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
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/osmo-bsc_nat/bsc_filter.c2
1 files changed, 1 insertions, 1 deletions
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 */