fix(stream): fix syntax error.

This commit is contained in:
Haojun Liao 2024-06-21 09:34:18 +08:00
parent 2cb9644471
commit f8578b4a69
1 changed files with 1 additions and 1 deletions

View File

@ -683,7 +683,7 @@ int32_t streamTaskBuildCheckpoint(SStreamTask* pTask) {
stError("s-task:%s upload checkpointId:%" PRId64 " data failed, code:%s", id, ckId, tstrerror(code));
}
} else {
stError("s-task:%s taskInfo failed, checkpoint:%" PRId64 " failed, code:%s", id, ckId);
stError("s-task:%s taskInfo failed, checkpoint:%" PRId64 " failed, code:%s", id, ckId, tstrerror(code));
}
// TODO: monitoring the checkpoint-report msg