refactor: do some internal refactor.

This commit is contained in:
Haojun Liao 2024-08-09 10:31:05 +08:00
parent b24e8efa5f
commit bc14da28e5
1 changed files with 1 additions and 1 deletions

View File

@ -2420,7 +2420,7 @@ int32_t mndProcessStreamReqCheckpoint(SRpcMsg *pReq) {
if (pStream != NULL) { // TODO:handle error
code = mndProcessStreamCheckpointTrans(pMnode, pStream, checkpointId, 0, false);
if (code) {
mError("failed to create checkpoint trans, code:%s", strerror(code));
mError("failed to create checkpoint trans, code:%s", tstrerror(code));
}
} else {
// todo: wait for the create stream trans completed, and launch the checkpoint trans