diff options
author | Andrej Rode <andrej.rode@ettus.com> | 2017-02-27 14:23:56 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-03-07 16:16:42 -0800 |
commit | 3645139e7d51d92f4bfe4148eefad2c22b40147a (patch) | |
tree | dbd72ebe0c79e4c16283d380cf5232a69dc2fbe6 /host/lib/usrp/device3 | |
parent | caf3cb87d22c4ba1920b3b5d8a753f7a29b4b6db (diff) | |
download | uhd-3645139e7d51d92f4bfe4148eefad2c22b40147a.tar.gz uhd-3645139e7d51d92f4bfe4148eefad2c22b40147a.tar.bz2 uhd-3645139e7d51d92f4bfe4148eefad2c22b40147a.zip |
uhd: Fix some log statements
Some log statements were incorrectly using multi-line log statements.
Diffstat (limited to 'host/lib/usrp/device3')
-rw-r--r-- | host/lib/usrp/device3/device3_impl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/usrp/device3/device3_impl.cpp b/host/lib/usrp/device3/device3_impl.cpp index 6304b5df4..7792a4b73 100644 --- a/host/lib/usrp/device3/device3_impl.cpp +++ b/host/lib/usrp/device3/device3_impl.cpp @@ -125,7 +125,6 @@ void device3_impl::enumerate_rfnoc_blocks( xport.send_sid, str(boost::format("CE_%02d_Port_%02X") % i % ctrl_sid.get_dst_endpoint()) ); - UHD_DEVICE3_LOG() << "OK" ; uint64_t noc_id = ctrl->peek64(uhd::rfnoc::SR_READBACK_REG_ID); UHD_DEVICE3_LOG() << str(boost::format("Port %d: Found NoC-Block with ID %016X.") % int(ctrl_sid.get_dst_endpoint()) % noc_id) ; uhd::rfnoc::make_args_t make_args; |