aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/nat/bsc_filter.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-03-29 14:59:59 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-15 20:24:08 +0800
commit0dc569abc208149d5d566f4b25bb464ccb947cbb (patch)
tree12e9e152ae6bc18a3c758662ba1a228351287b96 /openbsc/src/nat/bsc_filter.c
parentea8cbd5e7210376644f88d7c5c777d946558b1a5 (diff)
filter: Move logging level down to INFO
Diffstat (limited to 'openbsc/src/nat/bsc_filter.c')
-rw-r--r--openbsc/src/nat/bsc_filter.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/openbsc/src/nat/bsc_filter.c b/openbsc/src/nat/bsc_filter.c
index 099b07a5c..1561676c9 100644
--- a/openbsc/src/nat/bsc_filter.c
+++ b/openbsc/src/nat/bsc_filter.c
@@ -163,11 +163,11 @@ int bsc_nat_filter_ipa(int dir, struct msgb *msg, struct bsc_nat_parsed *parsed)
continue;
/* blacklisted */
- LOGP(DNAT, LOGL_NOTICE, "Blacklisted with rule %d\n", i);
+ LOGP(DNAT, LOGL_INFO, "Blacklisted with rule %d\n", i);
return 1;
} else {
/* blacklisted, we have no content sniffing yet */
- LOGP(DNAT, LOGL_NOTICE, "Blacklisted with rule %d\n", i);
+ LOGP(DNAT, LOGL_INFO, "Blacklisted with rule %d\n", i);
return 1;
}
}
@@ -201,7 +201,7 @@ int bsc_nat_filter_ipa(int dir, struct msgb *msg, struct bsc_nat_parsed *parsed)
continue;
/* whitelisted */
- LOGP(DNAT, LOGL_NOTICE, "Whitelisted with rule %d\n", i);
+ LOGP(DNAT, LOGL_INFO, "Whitelisted with rule %d\n", i);
return 0;
} else {
/* whitelisted */