diff options
Diffstat (limited to 'tests/logging')
-rw-r--r-- | tests/logging/logging_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/logging/logging_test.c b/tests/logging/logging_test.c index 5f29499d..fd62db5a 100644 --- a/tests/logging/logging_test.c +++ b/tests/logging/logging_test.c @@ -41,7 +41,7 @@ static const struct log_info_cat default_categories[] = { .enabled = 1, .loglevel = LOGL_NOTICE, }, [DMM] = { - .name = "DMM", + .name = NULL, .description = "Layer3 Mobility Management (MM)", .color = "\033[1;33m", .enabled = 1, .loglevel = LOGL_NOTICE, |