diff --git a/business/jxstore/event/event_tcp.go b/business/jxstore/event/event_tcp.go index d006ecae1..2125f2c7f 100644 --- a/business/jxstore/event/event_tcp.go +++ b/business/jxstore/event/event_tcp.go @@ -65,7 +65,7 @@ func (t *TcpClient) handleConn(c net.Conn) { //} //看是心跳还是打印回调 data := hex.EncodeToString(buffer[:n]) - //globals.SugarLogger.Debugf("handleConn msg ....................: %v", data) + globals.SugarLogger.Debugf("handleConn msg ....................liulei: %v", data) //证明是心跳 if strings.Contains(data, heartText) { globals.SugarLogger.Debugf("handleConn heart: %v", data)