From 9dddec48e7f5516e0c603d3eb540a169b50fa5a9 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 29 Mar 2018 16:36:29 -0700 Subject: rfnoc: Update logging in some blocks Updated the following blocks and components: Radio, DmaFIFO, block_ctrl_base and node_ctrl_base, blockdef_xml_impl, device3_impl. No functional changes. - Demoted some log messages - Consistent log style (use unique_id()) - Some adaptation of coding style where close to log statements --- host/lib/rfnoc/radio_ctrl_impl.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'host/lib/rfnoc/radio_ctrl_impl.cpp') 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 ***************************************************************************/ -- cgit v1.2.3