From 526443a2292bbdba0a1525ede92c7086bf6a5765 Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Fri, 23 Aug 2024 10:15:50 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/3.0' into fix/TD-31540 --- source/libs/transport/src/transComm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/libs/transport/src/transComm.c b/source/libs/transport/src/transComm.c index f5820b80aa..d3fd4c12dc 100644 --- a/source/libs/transport/src/transComm.c +++ b/source/libs/transport/src/transComm.c @@ -183,6 +183,7 @@ int32_t transResetBuffer(SConnBuffer* connBuf, int8_t resetBuf) { } } } else { + tError("failed to reset buffer, total:%d, len:%d, reason:%s", p->total, p->len, tstrerror(TSDB_CODE_INVALID_MSG)); return TSDB_CODE_INVALID_MSG; } return 0;