🩹 Fixes zlog test category
This commit is contained in:
parent
fc736642b2
commit
e2830d6659
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue