From 2cc9bdadc105bc3d15641225734db2f7b4b3c040 Mon Sep 17 00:00:00 2001 From: anlicheng <244108715@qq.com> Date: Sat, 21 Feb 2026 22:42:01 +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 c8abbc4..82a994a 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, bytes: ~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}, byte_size(<>)]) end, {noreply, State};