diff options
Diffstat (limited to 'host/lib/rfnoc/radio_ctrl_impl.cpp')
-rw-r--r-- | host/lib/rfnoc/radio_ctrl_impl.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/lib/rfnoc/radio_ctrl_impl.cpp b/host/lib/rfnoc/radio_ctrl_impl.cpp index 5347150ba..2479d889a 100644 --- a/host/lib/rfnoc/radio_ctrl_impl.cpp +++ b/host/lib/rfnoc/radio_ctrl_impl.cpp @@ -120,9 +120,10 @@ void radio_ctrl_impl::_register_loopback_self_test(size_t chan) return; // exit on any failure } } - UHD_LOGGER_INFO("RFNOC RADIO") << "Register loopback test passed"; + UHD_LOG_DEBUG(unique_id(), "Register loopback test passed"); } + /**************************************************************************** * API calls ***************************************************************************/ |