Merge branch '3.0' into enh/opt-transport

This commit is contained in:
yihaoDeng 2024-09-17 11:21:47 +08:00
parent eb6053ffc5
commit 2184e4e8b1
1 changed files with 2 additions and 2 deletions

View File

@ -1264,8 +1264,8 @@ int32_t cliBatchSend(SCliConn* pConn) {
pCliMsg->seq = pConn->seq;
STraceId* trace = &pCliMsg->msg.info.traceId;
tGDebug("%s conn %p %s is sent to %s, local info:%s, seq:%d, qid:%" PRId64 "", CONN_GET_INST_LABEL(pConn), pConn,
TMSG_INFO(pReq->msgType), pConn->dst, pConn->src, pConn->seq, pReq->info.qId);
tGDebug("%s conn %p %s is sent to %s, local info:%s, seq:%" PRId64 ", qid:%" PRId64 "", CONN_GET_INST_LABEL(pConn),
pConn, TMSG_INFO(pReq->msgType), pConn->dst, pConn->src, pConn->seq, pReq->info.qId);
transQueuePush(&pConn->reqsSentOut, &pCliMsg->q);
}
transRefCliHandle(pConn);