diff --git a/business/jxstore/event/event_tcp.go b/business/jxstore/event/event_tcp.go index 2e8b653a4..8f80d473b 100644 --- a/business/jxstore/event/event_tcp.go +++ b/business/jxstore/event/event_tcp.go @@ -112,6 +112,7 @@ func (t *TcpClient) handleConn(c net.Conn) { if t.getPrintStatus(printNo) != status { t.setPrintStatus(printNo, status) } + globals.SugarLogger.Debugf("handleConn print model %v", utils.Format4Output(t.Clients[printNo], true)) //} } else if strings.Contains(data, printText) { globals.SugarLogger.Debugf("handleConn print callback: %v", data)