aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/e300
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2017-04-05 23:18:08 -0700
committerMartin Braun <martin.braun@ettus.com>2017-04-05 23:18:08 -0700
commitaf75b87e51a7c555a61f5f40f0d19f2fde04e43b (patch)
tree0f33663855098a165970e3249a9098b3be812371 /host/lib/usrp/e300
parent4ab72eb9991d503d8cd329b31572d966ef0e1ae8 (diff)
downloaduhd-af75b87e51a7c555a61f5f40f0d19f2fde04e43b.tar.gz
uhd-af75b87e51a7c555a61f5f40f0d19f2fde04e43b.tar.bz2
uhd-af75b87e51a7c555a61f5f40f0d19f2fde04e43b.zip
logging: Demoted a number of DEBUG messages to TRACE
Diffstat (limited to 'host/lib/usrp/e300')
-rw-r--r--host/lib/usrp/e300/e300_fifo_config.cpp2
-rw-r--r--host/lib/usrp/e300/e300_impl.cpp2
2 files changed, 2 insertions, 2 deletions
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 ;