diff --git a/business/jxstore/event/event_tcp.go b/business/jxstore/event/event_tcp.go index eb84d071d..89cb1c017 100644 --- a/business/jxstore/event/event_tcp.go +++ b/business/jxstore/event/event_tcp.go @@ -180,6 +180,7 @@ func (t *TcpClient) HandleTcpMessages(printNo string) { for { select { case <-t.TimeoutMap[printNo]: + globals.SugarLogger.Debugf("TimeoutMap :%s", utils.Format4Output(t, false)) globals.SugarLogger.Debugf("HandleTcpMessages timeout") return default: