mirror of
https://github.com/monero-project/monero.git
synced 2025-12-28 21:53:26 -08: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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user