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_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/usrp/e300/e300_impl.cpp') 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