aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-03-29 14:59:21 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-03-29 14:59:21 +0200
commitd7cafafeee05be38dab1fb8fafdd5eca140facf4 (patch)
treeb9bba42c4764a07d117670765683fff35ffb3fa1
parente09348d366565ac1d1e47d35a0d09eee8383031f (diff)
debug: Fix debugging for the nat category.
-rw-r--r--openbsc/src/debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/debug.c b/openbsc/src/debug.c
index ed2b046cc..5ffd5546f 100644
--- a/openbsc/src/debug.c
+++ b/openbsc/src/debug.c
@@ -55,6 +55,7 @@ static struct debug_category default_categories[Debug_LastEntry] = {
[DHO] = { .enabled = 1, .loglevel = LOGL_NOTICE },
[DDB] = { .enabled = 1, .loglevel = LOGL_NOTICE },
[DREF] = { .enabled = 0, .loglevel = LOGL_NOTICE },
+ [DNAT] = { .enabled = 1, .loglevel = LOGL_NOTICE },
};
struct debug_info {