fixup! chore: system err log

This commit is contained in:
Meta Gowork 2022-04-28 12:37:53 +08:00
parent c161d5e6be
commit 949c1551f8

View file

@ -45,7 +45,7 @@ func Start(device io.ReadWriter, gateway, portal, broadcast netip.Addr) (*TCP, *
n, err := device.Read(buf) n, err := device.Read(buf)
if err != nil { if err != nil {
log.Warnln("system error:%s", err.Error()) log.Warnln("system error:%s", err.Error())
continue return
} }
raw := buf[:n] raw := buf[:n]