fix invalid print
This commit is contained in:
parent
8031f196ad
commit
ff60d50cbc
|
@ -3150,7 +3150,7 @@ static SCliConn* getConnFromHeapCache(SHashObj* pConnHeapCache, char* key) {
|
||||||
int32_t stateNum = taosHashGetSize(pConn->pQTable);
|
int32_t stateNum = taosHashGetSize(pConn->pQTable);
|
||||||
|
|
||||||
if (shouldSWitchToOtherConn(reqsNum, reqsSentOut, stateNum)) {
|
if (shouldSWitchToOtherConn(reqsNum, reqsSentOut, stateNum)) {
|
||||||
tDebug("conn %p has %d reqs, %d sentout and %s status in process, switch to other conn", pConn, reqsNum,
|
tDebug("conn %p has %d reqs, %d sentout and %d status in process, switch to other conn", pConn, reqsNum,
|
||||||
reqsSentOut, stateNum);
|
reqsSentOut, stateNum);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue