From c83b4398afdfda0ef74abd09cbf82316d8401637 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Mon, 10 Apr 2023 18:29:33 +0800 Subject: [PATCH] minor --- libs/hbb_common/src/udp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/hbb_common/src/udp.rs b/libs/hbb_common/src/udp.rs index bb0d071a2..55a82f8f7 100644 --- a/libs/hbb_common/src/udp.rs +++ b/libs/hbb_common/src/udp.rs @@ -32,7 +32,7 @@ fn new_socket(addr: SocketAddr, reuse: bool, buf_size: usize) -> Result 0 { socket.set_recv_buffer_size(buf_size).ok(); } - log::info!( + log::debug!( "Receive buf size of udp {}: {:?}", addr, socket.recv_buffer_size()