@@ -158,7 +158,7 @@ func main() {
fmt.Println("accept error:", err)
break
}
globals.SugarLogger.Debugf("tcp socket:", utils.Format4Output(c, true))
globals.SugarLogger.Debugf("tcp socket: %v", utils.Format4Output(c, true))
go handleConn(c)
The note is not visible to the blocked user.