add debug log
This commit is contained in:
parent
7cbd3324ee
commit
ef63a702cb
|
@ -3283,6 +3283,7 @@ int32_t transFreeConnById(void* shandle, int64_t transpointId) {
|
||||||
tDebug("release conn By refId %" PRId64 "", transpointId);
|
tDebug("release conn By refId %" PRId64 "", transpointId);
|
||||||
|
|
||||||
STransMsg msg = {.info.handle = (void*)transpointId};
|
STransMsg msg = {.info.handle = (void*)transpointId};
|
||||||
|
pCli->msg = msg;
|
||||||
|
|
||||||
code = transAsyncSend(pThrd->asyncPool, &pCli->q);
|
code = transAsyncSend(pThrd->asyncPool, &pCli->q);
|
||||||
if (code != 0) {
|
if (code != 0) {
|
||||||
|
|
Loading…
Reference in New Issue