aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--host/lib/transport/udp_zero_copy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/transport/udp_zero_copy.cpp b/host/lib/transport/udp_zero_copy.cpp
index d95a78923..de1405a38 100644
--- a/host/lib/transport/udp_zero_copy.cpp
+++ b/host/lib/transport/udp_zero_copy.cpp
@@ -284,7 +284,7 @@ template<typename Opt> static size_t resize_buff_helper(
//resize the buffer if size was provided
if (target_size > 0){
actual_size = udp_trans->resize_buff<Opt>(target_size);
- UHD_LOGGER_DEBUG("UDP")
+ UHD_LOGGER_TRACE("UDP")
<< boost::format("Target/actual %s sock buff size: %d/%d bytes")
% name
% target_size