Minimize redundant logs

This commit is contained in:
Yihao Deng 2024-07-15 03:22:21 +00:00
parent 3cbedf3f4b
commit a1f23648b7
1 changed files with 1 additions and 0 deletions

View File

@ -431,6 +431,7 @@ static bool uvHandleReq(SSvrConn* pConn) {
transMsg.info.traceId = pHead->traceId; transMsg.info.traceId = pHead->traceId;
transMsg.info.cliVer = htonl(pHead->compatibilityVer); transMsg.info.cliVer = htonl(pHead->compatibilityVer);
transMsg.info.forbiddenIp = forbiddenIp; transMsg.info.forbiddenIp = forbiddenIp;
transMsg.info.noResp = pHead->noResp;
tGTrace("%s handle %p conn:%p translated to app, refId:%" PRIu64, transLabel(pTransInst), transMsg.info.handle, pConn, tGTrace("%s handle %p conn:%p translated to app, refId:%" PRIu64, transLabel(pTransInst), transMsg.info.handle, pConn,
pConn->refId); pConn->refId);