This commit is contained in:
TenderIronh
2026-05-15 17:53:49 +08:00
parent 12393f00c5
commit 07836fc162
7 changed files with 51 additions and 12 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ func netInfo() *NetInfo {
}
rsp := NetInfo{}
if err = json.Unmarshal(buf[:n], &rsp); err != nil {
gLog.e("wrong NetInfo:%s", err)
gLog.d("wrong NetInfo:%s", err)
continue
}
return &rsp