mirror of
https://github.com/monero-project/monero.git
synced 2026-01-06 17:53:54 -08:00
chore: fix some comments
Signed-off-by: haouvw <jchaodaohang@foxmail.com>
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user