diff --git a/source/libs/transport/src/transCli.c b/source/libs/transport/src/transCli.c index 9bd50bddc7..50ed9fa61b 100644 --- a/source/libs/transport/src/transCli.c +++ b/source/libs/transport/src/transCli.c @@ -1497,6 +1497,7 @@ void cliHandleReq(SCliMsg* pMsg, SCliThrd* pThrd) { destroyCmsg(pMsg); return; } + if (rpcDebugFlag & DEBUG_TRACE) { if (tmsgIsValid(pMsg->msg.msgType)) { char buf[128] = {0};