From 92e49cc54f8a8c7d5137a85327a1a1dcf1187c99 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 29 Mar 2018 17:02:23 -0700 Subject: transport: Demote UDP socket buffer size log message to TRACE Note: When socket buffers are incorrectly size, a WARNING is still printed. --- host/lib/transport/udp_zero_copy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib') 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 static size_t resize_buff_helper( //resize the buffer if size was provided if (target_size > 0){ actual_size = udp_trans->resize_buff(target_size); - UHD_LOGGER_DEBUG("UDP") + UHD_LOGGER_TRACE("UDP") << boost::format("Target/actual %s sock buff size: %d/%d bytes") % name % target_size -- cgit v1.2.3