fix(rpc):fix rpc fix

This commit is contained in:
yihaoDeng 2022-04-30 12:17:27 +08:00
parent aa1eace902
commit 77d3a3461e
1 changed files with 1 additions and 1 deletions

View File

@ -938,7 +938,7 @@ int cliAppCb(SCliConn* pConn, STransMsg* pResp, SCliMsg* pMsg) {
pCtx->epSet = emsg.epSet;
}
addConnToPool(pThrd->pool, pConn);
tTrace("use remote epset, current in use: %d, retry count%d, try limit: %d", pEpSet->inUse, pCtx->retryCount + 1,
tTrace("use remote epset, current in use: %d, retry count:%d, try limit: %d", pEpSet->inUse, pCtx->retryCount + 1,
TRANS_RETRY_COUNT_LIMIT);
STaskArg* arg = taosMemoryMalloc(sizeof(STaskArg));