aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-04-21 20:17:18 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-04-21 20:17:18 +0800
commit0f5a2345d1414ad1a9e27ac780e858a17798979b (patch)
treed94050255779511ba9aab0f81c838507388bf85b /openbsc
parentae81ff95eaf480b658a09431e1a12b5262246224 (diff)
[nat] Degrade the message to a plain debug output.
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/nat/bsc_nat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/nat/bsc_nat.c b/openbsc/src/nat/bsc_nat.c
index d5a5d2b42..623f96f4d 100644
--- a/openbsc/src/nat/bsc_nat.c
+++ b/openbsc/src/nat/bsc_nat.c
@@ -312,7 +312,7 @@ send_to_all:
int lac;
bsc = bsc_nat_find_bsc(nat, msg, &lac);
if (bsc && bsc->cfg->forbid_paging)
- LOGP(DNAT, LOGL_NOTICE, "Paging forbidden for BTS: %d\n", bsc->cfg->nr);
+ LOGP(DNAT, LOGL_DEBUG, "Paging forbidden for BTS: %d\n", bsc->cfg->nr);
else if (bsc)
bsc_send_data(bsc, msg->l2h, msgb_l2len(msg), parsed->ipa_proto);
else