diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-08-18 16:35:07 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-08-18 16:35:07 -0700 |
commit | 186e156277f61eb6fea276e84ce8e1c7b12b62ff (patch) | |
tree | 866dc5e3511e02548bc2220192165e2e132b86e7 /host/lib/usrp | |
parent | 3cbd3ffb5c3591c2c03d4297780654b4cfe0dc9a (diff) | |
parent | d7f6f5b068b33351aeb757c3d394f3d30381388f (diff) | |
download | uhd-186e156277f61eb6fea276e84ce8e1c7b12b62ff.tar.gz uhd-186e156277f61eb6fea276e84ce8e1c7b12b62ff.tar.bz2 uhd-186e156277f61eb6fea276e84ce8e1c7b12b62ff.zip |
Merge branch 'maint'
Diffstat (limited to 'host/lib/usrp')
-rw-r--r-- | host/lib/usrp/x300/x300_impl.cpp | 2 |
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; } |