aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/debug.c
diff options
context:
space:
mode:
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", "", "")
};
/*