From b8628dad4667649ce7f377e869d91fdcd90e10a2 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 6 Apr 2017 11:31:14 -0700 Subject: transport: Fixed UHD logging post-merge --- host/lib/transport/zero_copy_flow_ctrl.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/host/lib/transport/zero_copy_flow_ctrl.cpp b/host/lib/transport/zero_copy_flow_ctrl.cpp index 06d7934e2..736390f3c 100644 --- a/host/lib/transport/zero_copy_flow_ctrl.cpp +++ b/host/lib/transport/zero_copy_flow_ctrl.cpp @@ -18,7 +18,6 @@ #include #include #include -#include #include #include #include @@ -128,7 +127,7 @@ public: _send_flow_ctrl(send_flow_ctrl), _recv_flow_ctrl(recv_flow_ctrl) { - UHD_LOG << "Created zero_copy_flow_ctrl" << std::endl; + UHD_LOG_TRACE("TRANSPORT", "Created zero_copy_flow_ctrl"); for (size_t i = 0; i < transport->get_num_send_frames(); i++) { -- cgit v1.2.3