From 2a739409613ad4aae7cd914394b867f98ce14bf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Wed, 27 Jul 2022 16:13:05 +0800 Subject: [PATCH] 1 --- business/jxstore/event/event_tcp.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/business/jxstore/event/event_tcp.go b/business/jxstore/event/event_tcp.go index 2125f2c7f..7fe6e3f3b 100644 --- a/business/jxstore/event/event_tcp.go +++ b/business/jxstore/event/event_tcp.go @@ -23,6 +23,7 @@ func ListenTcp() { return } globals.SugarLogger.Debugf("begin listenTcp port 8000......") + globals.SugarLogger.Debugf("begin listenTcp port 8000......刘磊") for { c, err := l.Accept() if err != nil { @@ -34,6 +35,7 @@ func ListenTcp() { } func (t *TcpClient) handleConn(c net.Conn) { + globals.SugarLogger.Debugf("begin listenTcp port 8000......刘磊2") if c == nil { globals.SugarLogger.Debugf("conn is nil") return