diff options
Diffstat (limited to 'host/lib/transport/zero_copy_recv_offload.cpp')
-rw-r--r-- | host/lib/transport/zero_copy_recv_offload.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/transport/zero_copy_recv_offload.cpp b/host/lib/transport/zero_copy_recv_offload.cpp index d2c4d2991..5de2cd44d 100644 --- a/host/lib/transport/zero_copy_recv_offload.cpp +++ b/host/lib/transport/zero_copy_recv_offload.cpp @@ -47,7 +47,7 @@ public: _inbox(transport->get_num_recv_frames()), _recv_done(false) { - UHD_LOGGER_DEBUG("XPORT") << "Created threaded transport" ; + UHD_LOGGER_TRACE("XPORT") << "Created threaded transport" ; // Create the receive and send threads to offload // the system calls onto other threads |