From fee3b24df4960e48a5e320c5fcb35e6fc8e8048f Mon Sep 17 00:00:00 2001 From: lbl8603 <49143209+lbl8603@users.noreply.github.com> Date: Mon, 13 May 2024 22:07:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=8F=E5=B0=91=E6=97=A0=E7=94=A8=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vnt/src/ip_proxy/icmp_proxy.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vnt/src/ip_proxy/icmp_proxy.rs b/vnt/src/ip_proxy/icmp_proxy.rs index fc8f26a..df7d6e3 100644 --- a/vnt/src/ip_proxy/icmp_proxy.rs +++ b/vnt/src/ip_proxy/icmp_proxy.rs @@ -167,7 +167,7 @@ fn recv_handle( } } h => { - log::warn!("不支持的icmp代理 {:?},{:?}", peer_ip, h) + log::debug!("不支持的icmp代理 {:?},{:?}", peer_ip, h) } }, Err(e) => {