From 995969b1907ee2d55c31ec9a40c39d5518e0ed87 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Tue, 21 Mar 2017 11:17:05 +0000 Subject: wallet: fix set_log not handling 0,xxx style settings --- src/wallet/api/wallet_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wallet') diff --git a/src/wallet/api/wallet_manager.cpp b/src/wallet/api/wallet_manager.cpp index ea2a66275..8e86c87b3 100644 --- a/src/wallet/api/wallet_manager.cpp +++ b/src/wallet/api/wallet_manager.cpp @@ -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()); } -- cgit v1.2.3