wallet: fix set_log not handling 0,xxx style settings

This commit is contained in:
moneromooo-monero 2017-03-21 11:17:05 +00:00
parent 37eebd9dcf
commit 995969b190
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
2 changed files with 2 additions and 16 deletions

View file

@ -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());
}