add debug log

This commit is contained in:
yihaoDeng 2024-08-05 15:38:50 +08:00 committed by wangjiaming0909
parent 7cbd3324ee
commit ef63a702cb
1 changed files with 1 additions and 0 deletions

View File

@ -3283,6 +3283,7 @@ int32_t transFreeConnById(void* shandle, int64_t transpointId) {
tDebug("release conn By refId %" PRId64 "", transpointId);
STransMsg msg = {.info.handle = (void*)transpointId};
pCli->msg = msg;
code = transAsyncSend(pThrd->asyncPool, &pCli->q);
if (code != 0) {