diff options
Diffstat (limited to '')
-rw-r--r-- | tests/unit_tests/logging.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit_tests/logging.cpp b/tests/unit_tests/logging.cpp index fc5c7afda..b13919831 100644 --- a/tests/unit_tests/logging.cpp +++ b/tests/unit_tests/logging.cpp @@ -166,7 +166,7 @@ TEST(logging, glob_prefix) TEST(logging, last_precedence) { init(); - mlog_set_categories("gobal:FATAL,glo*:DEBUG"); + mlog_set_categories("global:FATAL,glo*:DEBUG"); log(); std::string str; ASSERT_TRUE(load_log_to_string(log_filename, str)); |