diff --git a/test/test_set_up.c b/test/test_set_up.c index 8a7a280..6ece3f2 100644 --- a/test/test_set_up.c +++ b/test/test_set_up.c @@ -34,7 +34,7 @@ void set_up_test_logger(void) { printf("Init test zlog failed\n"); } - test_log = zlog_get_category("test_log"); + test_log = zlog_get_category("test"); if (!test_log) { printf("Get zlog test_log category failed\n"); }