fix(stream): fix syntax error.

This commit is contained in:
Haojun Liao 2023-12-26 19:16:49 +08:00
parent 7eb0e42bb9
commit 646f24659e
1 changed files with 1 additions and 1 deletions

View File

@ -643,7 +643,7 @@ int32_t doStreamExecTask(SStreamTask* pTask) {
if (code != TSDB_CODE_SUCCESS) {
// todo: let's retry send rsp to upstream/mnode
stError("s-task:%s failed to send checkpoint rsp to upstream, checkpointId:%" PRId64 ", code:%s", pTask->id.idStr,
stError("s-task:%s failed to send checkpoint rsp to upstream, checkpointId:%d, code:%s", pTask->id.idStr,
0, tstrerror(code));
}
}