aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/debug.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@netfilter.org>2009-12-24 11:39:14 +0100
committerHarald Welte <laforge@netfilter.org>2009-12-24 11:39:51 +0100
commitae1f159dc48a64e337eeb98269922169108d0ddf (patch)
tree64cbe8539a2fc53a0832e5b29dee71c689012ef0 /openbsc/src/debug.c
parent0b906d0e1a00c0568b3574cd91d8682be4c4a12b (diff)
Converrt the database later to use DEBUGP/LOGP instead of stderr
Diffstat (limited to 'openbsc/src/debug.c')
-rw-r--r--openbsc/src/debug.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/src/debug.c b/openbsc/src/debug.c
index 8b0f25eb5..6d4d1b287 100644
--- a/openbsc/src/debug.c
+++ b/openbsc/src/debug.c
@@ -51,6 +51,7 @@ static struct debug_category default_categories[Debug_LastEntry] = {
[DMSC] = { .enabled = 1, .loglevel = 0},
[DMGCP] = { .enabled = 1, .loglevel = 0},
[DHO] = { .enabled = 1, .loglevel = 0},
+ [DDB] = { .enabled = 1, .loglevel = 0},
};
struct debug_info {
@@ -93,6 +94,7 @@ static const struct debug_info debug_info[] = {
DEBUG_CATEGORY(DMSC, "DMSC", "", "")
DEBUG_CATEGORY(DMGCP, "DMGCP", "", "")
DEBUG_CATEGORY(DHO, "DHO", "", "")
+ DEBUG_CATEGORY(DDB, "DDB", "", "")
};
/*