From dd96cf4180b6b229b989ce9872608f54fc68ab36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Tue, 25 Oct 2022 15:18:14 +0800 Subject: [PATCH] 1 --- business/jxstore/event/event_tcp.go | 4 ++++ 1 file changed, 4 insertions(+) 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