mirror of
https://github.com/monero-project/monero.git
synced 2026-01-19 16:10:35 -08:00
wallet: fix set_log not handling 0,xxx style settings
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user