add debug info

This commit is contained in:
Jeff Tao 2020-06-14 01:17:47 +00:00
parent 3ddef8f7e2
commit b6a1529322
1 changed files with 1 additions and 1 deletions

View File

@ -508,7 +508,7 @@ void rpcCancelRequest(void *handle) {
SRpcReqContext *pContext = handle;
if (pContext->pConn) {
tTrace("%s, app trys to cancel request", pConn->info);
tTrace("%s, app trys to cancel request", pContext->pConn->info);
rpcCloseConn(pContext->pConn);
pContext->pConn = NULL;
rpcFreeCont(pContext->pCont);