From af75b87e51a7c555a61f5f40f0d19f2fde04e43b Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Wed, 5 Apr 2017 23:18:08 -0700 Subject: logging: Demoted a number of DEBUG messages to TRACE --- host/lib/usrp/e300/e300_fifo_config.cpp | 2 +- host/lib/usrp/e300/e300_impl.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'host/lib/usrp/e300') diff --git a/host/lib/usrp/e300/e300_fifo_config.cpp b/host/lib/usrp/e300/e300_fifo_config.cpp index b51896d82..3d0f0d497 100644 --- a/host/lib/usrp/e300/e300_fifo_config.cpp +++ b/host/lib/usrp/e300/e300_fifo_config.cpp @@ -341,7 +341,7 @@ public: virtual ~e300_fifo_interface_impl(void) { delete _waiter; - UHD_LOGGER_DEBUG("E300")<< "cleanup: munmap" ; + UHD_LOGGER_TRACE("E300")<< "cleanup: munmap" ; ::munmap(_buff, _config.ctrl_length + _config.buff_length); ::close(_fd); } diff --git a/host/lib/usrp/e300/e300_impl.cpp b/host/lib/usrp/e300/e300_impl.cpp index 20dd89dd1..4b73ceac7 100644 --- a/host/lib/usrp/e300/e300_impl.cpp +++ b/host/lib/usrp/e300/e300_impl.cpp @@ -776,7 +776,7 @@ uint32_t e300_impl::_allocate_sid(const sid_config_t &config) _global_regs->poke32(XB_ADDR(E300_DEVICE_HERE), config.router_dst_here); - UHD_LOGGER_DEBUG("E300") << std::hex + UHD_LOGGER_TRACE("E300") << std::hex << "done router config for sid 0x" << sid << std::dec ; -- cgit v1.2.3