aboutsummaryrefslogtreecommitdiffstats
path: root/tests/logging
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-09-27 16:31:29 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-09-27 16:31:29 +0200
commit779d2f42a411fd9ce298c205b797519f64d95bfb (patch)
treea29a61c256d0d5310bc651ff7afb8fd8286cc8b7 /tests/logging
parent4b54cab4763777c7741cf401ac02ec7bb4d023c4 (diff)
logging: Modify the testcase to excercise Nico's fix
Diffstat (limited to 'tests/logging')
-rw-r--r--tests/logging/logging_test.c2
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,