From 3645139e7d51d92f4bfe4148eefad2c22b40147a Mon Sep 17 00:00:00 2001 From: Andrej Rode Date: Mon, 27 Feb 2017 14:23:56 -0800 Subject: uhd: Fix some log statements Some log statements were incorrectly using multi-line log statements. --- host/lib/usrp/device3/device3_impl.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'host/lib/usrp/device3/device3_impl.cpp') 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; -- cgit v1.2.3