From 7eb06a41aef65a38718a3ed947dac8ea4ca9f299 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Mon, 22 Jul 2024 15:08:52 +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 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 }