From 92ced0cfa0675cf821c65f79504f7eb630f4a967 Mon Sep 17 00:00:00 2001 From: anlicheng <244108715@qq.com> Date: Sat, 21 Feb 2026 22:40:00 +0800 Subject: [PATCH] fix --- apps/sdlan/src/sdlan_stun.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/sdlan/src/sdlan_stun.erl b/apps/sdlan/src/sdlan_stun.erl index 4440ddc..c8abbc4 100644 --- a/apps/sdlan/src/sdlan_stun.erl +++ b/apps/sdlan/src/sdlan_stun.erl @@ -107,7 +107,7 @@ handle_info({udp, Sock, Ip, Port, <>}, Stat cookie = Cookie }), ok = gen_udp:send(Sock, Ip, Port, <>), - logger:debug("[sdlan_stun] stun_request network_id: ~p, client_id: ~p, hole: ~p", [NetworkId, ClientId, {Ip, Port}]) + logger:debug("[sdlan_stun] stun_request network_id: ~p, client_id: ~p, hole: ~p, bytes: ~p", [NetworkId, ClientId, {Ip, Port}, <>]) end, {noreply, State};