diff --git a/business/jxstore/event/event_tcp_utils.go b/business/jxstore/event/event_tcp_utils.go index 5d7241783..983bbad36 100644 --- a/business/jxstore/event/event_tcp_utils.go +++ b/business/jxstore/event/event_tcp_utils.go @@ -199,6 +199,7 @@ func (t *TcpClient) getPrintStatus(key string) int { func (t *TcpClient) getPrintConn(key string) net.Conn { t.RLock() defer t.RUnlock() + globals.SugarLogger.Debugf("=====c :;= %s", utils.Format4Output(t.Clients, false)) if t.Clients[key] != nil { return t.Clients[key].C } else {