other: add some logs.

This commit is contained in:
Haojun Liao 2023-12-14 15:43:59 +08:00
parent 7cf0add513
commit 0449b5f1bd
1 changed files with 2 additions and 1 deletions

View File

@ -938,7 +938,8 @@ int64_t mndStreamGenChkpId(SMnode *pMnode) {
if (pIter == NULL) break;
maxChkpId = TMAX(maxChkpId, pStream->checkpointId);
mDebug("stream %p checkpoint %" PRId64 "", pStream, pStream->checkpointId);
mDebug("stream:%p, %s id:%" PRIx64 "checkpoint %" PRId64 "", pStream, pStream->name, pStream->uid,
pStream->checkpointId);
sdbRelease(pSdb, pStream);
}