Merge pull request #2512

792ba4f0 Log categories can now be added to and removed from (moneromooo-monero)
48f92eb6 easylogging++: add categories getter (moneromooo-monero)
f35afe62 epee: factor log level/categories setting (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2017-10-02 23:28:59 +04:00
commit 3bab2676ec
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
10 changed files with 78 additions and 11 deletions

View file

@ -599,7 +599,7 @@ bool t_rpc_command_executor::set_log_categories(const std::string &categories) {
}
}
tools::success_msg_writer() << "Log categories are now " << categories;
tools::success_msg_writer() << "Log categories are now " << res.categories;
return true;
}