mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2025-07-07 18:38:21 +00:00
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:
commit
3bab2676ec
10 changed files with 78 additions and 11 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue