diff --git a/business/jxstore/event/event_tcp.go b/business/jxstore/event/event_tcp.go index 5032377f7..e8e8c0f8f 100644 --- a/business/jxstore/event/event_tcp.go +++ b/business/jxstore/event/event_tcp.go @@ -75,7 +75,11 @@ func handleConn(c net.Conn) error { delete(PrintIpAndAddr, printNo) delete(PrintObject, printNo) delete(PrintAddrAndIp, printRemoteAddr) + globals.SugarLogger.Debugf("==========11") } + globals.SugarLogger.Debugf("======PrintIpAndAddr:= %s", utils.Format4Output(PrintIpAndAddr, false)) + globals.SugarLogger.Debugf("======PrintObject:= %s", utils.Format4Output(PrintObject, false)) + globals.SugarLogger.Debugf("======PrintAddrAndIp:= %s", utils.Format4Output(PrintAddrAndIp, false)) return err }