mirror of
https://github.com/monero-project/monero.git
synced 2025-05-19 22:20:21 -04:00
wallet: fix set_log not handling 0,xxx style settings
This commit is contained in:
parent
37eebd9dcf
commit
995969b190
2 changed files with 2 additions and 16 deletions
|
@ -494,7 +494,7 @@ void WalletManagerFactory::setLogLevel(int level)
|
|||
|
||||
void WalletManagerFactory::setLogCategories(const std::string &categories)
|
||||
{
|
||||
mlog_set_categories(categories.c_str());
|
||||
mlog_set_log(categories.c_str());
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue