From 8314e22328d5872f763522aa0d7d49a31c19099c Mon Sep 17 00:00:00 2001 From: slguan Date: Wed, 11 Dec 2019 15:23:08 +0800 Subject: [PATCH] [TBASE-1241] --- src/system/detail/src/mgmtShell.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/system/detail/src/mgmtShell.c b/src/system/detail/src/mgmtShell.c index d94c205625..f78791ea75 100644 --- a/src/system/detail/src/mgmtShell.c +++ b/src/system/detail/src/mgmtShell.c @@ -1224,9 +1224,7 @@ int mgmtProcessConnectMsg(char *pMsg, int msgLen, SConnObj *pConn) { uint32_t peerIp = taosGetRpcLocalIp(pConn->thandle); pConn->usePublicIp = (peerIp == tsPublicIpInt ? 1 : 0); mgmtEstablishConn(pConn); - mPrint("pConn:%p is created, peerIp:%s publicIp:%s usePublicIp:%u", - pConn, taosIpStr(peerIp), taosIpStr(tsPublicIpInt), pConn->usePublicIp); - + _rsp: pStart = taosBuildRspMsgWithSize(pConn->thandle, TSDB_MSG_TYPE_CONNECT_RSP, 128); if (pStart == NULL) return 0; -- GitLab