aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/x300
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2016-08-18 16:35:02 -0700
committerMartin Braun <martin.braun@ettus.com>2016-08-18 16:35:02 -0700
commitd7f6f5b068b33351aeb757c3d394f3d30381388f (patch)
tree2c35563c3a1b4dec29d0779d43386ddad9eb8293 /host/lib/usrp/x300
parent6cb54d84338a8d68b1725416eb120ec115fcad44 (diff)
downloaduhd-d7f6f5b068b33351aeb757c3d394f3d30381388f.tar.gz
uhd-d7f6f5b068b33351aeb757c3d394f3d30381388f.tar.bz2
uhd-d7f6f5b068b33351aeb757c3d394f3d30381388f.zip
x300: Removed superfluous verbosity
Diffstat (limited to 'host/lib/usrp/x300')
-rw-r--r--host/lib/usrp/x300/x300_impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/x300/x300_impl.cpp b/host/lib/usrp/x300/x300_impl.cpp
index 43ccd26f5..6ebe30739 100644
--- a/host/lib/usrp/x300/x300_impl.cpp
+++ b/host/lib/usrp/x300/x300_impl.cpp
@@ -1020,7 +1020,7 @@ uint32_t x300_impl::allocate_pcie_dma_chan(const uhd::sid_t &tx_sid, const xport
if (_dma_chan_pool.count(raw_sid) == 0) {
_dma_chan_pool[raw_sid] = _dma_chan_pool.size() + FIRST_DATA_CHANNEL;
- UHD_MSG(status) << "[X300] Assigning PCIe DMA channel " << _dma_chan_pool[raw_sid]
+ UHD_LOG << "[X300] Assigning PCIe DMA channel " << _dma_chan_pool[raw_sid]
<< " to SID " << tx_sid.to_pp_string_hex() << std::endl;
}