This commit is contained in:
邹宗楠
2024-07-22 15:08:52 +08:00
parent 1186935d7d
commit 7eb06a41ae

View File

@@ -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
}