fix(stream): fix syntax error.
This commit is contained in:
parent
7eb0e42bb9
commit
646f24659e
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue