Skip to content

Commit

Permalink
change: libfota.lua隐藏"socket网络状态变更"日志, 没必要打印
Browse files Browse the repository at this point in the history
  • Loading branch information
wendal committed Mar 12, 2023
1 parent 1e7d94c commit a54042b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/libs/libfota.lua
Expand Up @@ -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
Expand Down

0 comments on commit a54042b

Please sign in to comment.