add debug log
This commit is contained in:
parent
b00ac2f5bb
commit
19c3c7c6f3
|
@ -52,6 +52,7 @@ void tscCheckDiskUsage(void *UNUSED_PARAM(para), void* UNUSED_PARAM(param)) {
|
||||||
void tscFreeRpcObj(void *param) {
|
void tscFreeRpcObj(void *param) {
|
||||||
assert(param);
|
assert(param);
|
||||||
SRpcObj *pRpcObj = (SRpcObj *)(param);
|
SRpcObj *pRpcObj = (SRpcObj *)(param);
|
||||||
|
tscDebug("free rpcObj:%p and free pDnodeConn: %p", pRpcObj, pRpcObj->pDnodeConn);
|
||||||
rpcClose(pRpcObj->pDnodeConn);
|
rpcClose(pRpcObj->pDnodeConn);
|
||||||
tfree(pRpcObj->tscCorMgmtEpSet);
|
tfree(pRpcObj->tscCorMgmtEpSet);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue