mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2025-07-08 10:55:06 +00:00
Log categories can now be added to and removed from
Also, set_log without parameters now prints the log categories
This commit is contained in:
parent
48f92eb665
commit
792ba4f0fe
8 changed files with 57 additions and 8 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