fix(stream): fix syntax error.

This commit is contained in:
Haojun Liao 2024-12-07 11:51:42 +08:00
parent 85c7d513c5
commit 06f91b64e6
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ int32_t mndStreamClearFinishedTrans(SMnode *pMnode, int32_t *pNumOfActiveChkpt)
} }
} }
mDebug("clear %d finished stream-trans, active trans:%d, active checkpoint trans:%d, update trans:%d", size, mDebug("clear %d finished stream-trans, active trans:%d, active checkpoint trans:%d", size,
taosHashGetSize(execInfo.transMgmt.pDBTrans), numOfChkpt); taosHashGetSize(execInfo.transMgmt.pDBTrans), numOfChkpt);
taosArrayDestroy(pList); taosArrayDestroy(pList);