aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests/logging.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit_tests/logging.cpp')
-rw-r--r--tests/unit_tests/logging.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit_tests/logging.cpp b/tests/unit_tests/logging.cpp
index 20f1466b4..b13919831 100644
--- a/tests/unit_tests/logging.cpp
+++ b/tests/unit_tests/logging.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2016-2023, The Monero Project
+// Copyright (c) 2016-2024, The Monero Project
//
// All rights reserved.
//
@@ -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));