mirror of
https://github.com/monero-project/monero.git
synced 2025-08-09 16:22:23 -04:00
chore: fix some comments
Signed-off-by: haouvw <jchaodaohang@foxmail.com>
This commit is contained in:
parent
cc73fe7116
commit
1d024f0701
4 changed files with 4 additions and 4 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue