From a54042b4267daa229a85852a5edfbe261e64c3c9 Mon Sep 17 00:00:00 2001 From: Wendal Chen Date: Sun, 12 Mar 2023 20:38:56 +0800 Subject: [PATCH] =?UTF-8?q?change:=20libfota.lua=E9=9A=90=E8=97=8F"socket?= =?UTF-8?q?=E7=BD=91=E7=BB=9C=E7=8A=B6=E6=80=81=E5=8F=98=E6=9B=B4"?= =?UTF-8?q?=E6=97=A5=E5=BF=97,=20=E6=B2=A1=E5=BF=85=E8=A6=81=E6=89=93?= =?UTF-8?q?=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/libs/libfota.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/libs/libfota.lua b/script/libs/libfota.lua index ad7e88b1d..fff42d9b7 100644 --- a/script/libs/libfota.lua +++ b/script/libs/libfota.lua @@ -57,7 +57,7 @@ local tag = "fota" local function netCB(msg) if msg[1] == socket.EVENT then - log.info(tag, "socket网络状态变更") + --log.info(tag, "socket网络状态变更") elseif msg[1] == socket.TX_OK then log.info(tag, "socket发送完成") elseif msg[1] == socket.EV_NW_RESULT_CLOSE then