mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-16 21:10:10 +00:00
nirio: Demote rpc client start/stop log messages to DEBUG
This commit is contained in:
parent
ecd7408884
commit
d2cbbeb472
1 changed files with 2 additions and 2 deletions
|
|
@ -58,11 +58,11 @@ private:
|
|||
inline void _stop_io_service()
|
||||
{
|
||||
if (_io_service_thread.get()) {
|
||||
UHD_LOGGER_INFO("NIRIO") << "rpc_client stopping...";
|
||||
UHD_LOG_DEBUG("NIRIO", "rpc_client stopping...");
|
||||
_io_service.stop();
|
||||
_io_service_thread->join();
|
||||
_io_service_thread.reset();
|
||||
UHD_LOGGER_INFO("NIRIO") << "rpc_client stopped.";
|
||||
UHD_LOG_DEBUG("NIRIO", "rpc_client stopped.");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue