diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2012-09-27 16:31:29 +0200 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2012-09-27 16:31:29 +0200 |
commit | 779d2f42a411fd9ce298c205b797519f64d95bfb (patch) | |
tree | a29a61c256d0d5310bc651ff7afb8fd8286cc8b7 /tests/logging | |
parent | 4b54cab4763777c7741cf401ac02ec7bb4d023c4 (diff) |
logging: Modify the testcase to excercise Nico's fix
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, |