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, 1 insertions, 1 deletions
diff --git a/openbsc/src/debug.c b/openbsc/src/debug.c
index d3d58f3fb..c02c086bb 100644
--- a/openbsc/src/debug.c
+++ b/openbsc/src/debug.c
@@ -35,7 +35,7 @@
static struct debug_category default_categories[Debug_LastEntry] = {
[DRLL] = { .enabled = 1, .loglevel = 0},
[DCC] = { .enabled = 1, .loglevel = 0},
- [DMM] = { .enabled = 1, .loglevel = 0},
+ [DNM] = { .enabled = 1, .loglevel = 0},
[DRR] = { .enabled = 1, .loglevel = 0},
[DRSL] = { .enabled = 1, .loglevel = 0},
[DMM] = { .enabled = 1, .loglevel = 0},