diff --git a/business/jxstore/event/event_tcp.go b/business/jxstore/event/event_tcp.go index 24401dd35..326da0b55 100644 --- a/business/jxstore/event/event_tcp.go +++ b/business/jxstore/event/event_tcp.go @@ -213,6 +213,10 @@ func (t *TcpClient) doPrint(key string) (err error) { default: select { case printMsg, ok := <-t.MsgMap[key]: + globals.SugarLogger.Debugf("printMsg == %s ,ok = %v", utils.Format4Output(printMsg, false), ok) + globals.SugarLogger.Debugf("printclien == %s", utils.Format4Output(t.Clients[printMsg.PrintNo], false)) + globals.SugarLogger.Debugf("printMsg == %s ,ok = %v", utils.Format4Output(printMsg, false), ok) + globals.SugarLogger.Debugf("printMsg == %s ,ok = %v", utils.Format4Output(printMsg, false), ok) if !ok { globals.SugarLogger.Debugf("doPrint err !ok ...") return