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