Merge remote-tracking branch 'origin/3.0' into enh/opt-transport

This commit is contained in:
yihaoDeng 2024-09-29 08:11:44 +08:00
parent 079f757ebb
commit 88222b5e86
1 changed files with 1 additions and 1 deletions

View File

@ -1776,7 +1776,7 @@ void cliHandleBatchReq(SCliThrd* pThrd, SCliReq* pReq) {
} else if (code == 0) {
code = addConnToHeapCache(pThrd->connHeapCache, pConn);
if (code != 0) {
tWarn("%s conn %p failed to added to heap cache since %s", pInst->label, tstrerror(code));
tWarn("%s conn %p failed to added to heap cache since %s", pInst->label, pConn, tstrerror(code));
}
} else {
// TAOS_CHECK_GOTO(code, &lino, _exception);