diff --git a/business/jxstore/event/event_tcp.go b/business/jxstore/event/event_tcp.go index 73771aeaf..f886a5ff2 100644 --- a/business/jxstore/event/event_tcp.go +++ b/business/jxstore/event/event_tcp.go @@ -89,8 +89,10 @@ func handleConn(c net.Conn) error { } t, ok := PrintObject[printNo] + globals.SugarLogger.Debugf("======t := %s", utils.Format4Output(t, false)) if !ok { t = NewTcpClient() + globals.SugarLogger.Debugf("======t3 := %s", utils.Format4Output(t, false)) PrintObject[printNo] = t } if strings.Contains(string(buffer[0:n]), "print_no_clear") { // 清理缓存