From 721d997c3855f39643af2a60711ff1b950044143 Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Mon, 16 Sep 2024 18:43:25 +0800 Subject: [PATCH] Merge branch '3.0' into enh/opt-transport --- source/libs/transport/src/transCli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/libs/transport/src/transCli.c b/source/libs/transport/src/transCli.c index 65389b8bd0..440b6a867c 100644 --- a/source/libs/transport/src/transCli.c +++ b/source/libs/transport/src/transCli.c @@ -3207,7 +3207,7 @@ static FORCE_INLINE int8_t shouldSWitchToOtherConn(int32_t reqNum, int32_t sentN static FORCE_INLINE bool filterToDebug(void* e, void* arg) { SCliReq* pReq = QUEUE_DATA(e, SCliReq, q); STraceId* trace = &pReq->msg.info.traceId; - tGWarn("%s is sent to, and no resp from server", pReq->msg.msgType); + tGWarn("%s is sent to, and no resp from server", TMSG_INFO(pReq->msg.msgType)); return false; } static FORCE_INLINE int32_t logConnMissHit(SCliConn* pConn) {