fix debug info

This commit is contained in:
yihaoDeng 2023-03-05 11:08:11 +08:00
parent 167f4de903
commit 7986e1fd49
1 changed files with 1 additions and 0 deletions

View File

@ -692,6 +692,7 @@ static SCliConn* getConnFromPool2(SCliThrd* pThrd, char* key, SCliMsg** pMsg) {
} }
list->numOfConn++; list->numOfConn++;
} }
tTrace("%s numOfConn: %d, limit: %d", pTransInst->label, list->numOfConn, pTransInst->connLimitNum);
return NULL; return NULL;
} }