From 779d2f42a411fd9ce298c205b797519f64d95bfb Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 27 Sep 2012 16:31:29 +0200 Subject: [PATCH] logging: Modify the testcase to excercise Nico's fix --- tests/logging/logging_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/logging/logging_test.c b/tests/logging/logging_test.c index 5f29499d9..fd62db5af 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,