fix(tsdb): check the

This commit is contained in:
Haojun Liao 2023-08-15 20:57:12 +08:00
parent 13640f5f53
commit 9551fcf7bb
1 changed files with 2 additions and 2 deletions

View File

@ -205,8 +205,8 @@ int32_t streamTaskCheckStatus(SStreamTask* pTask, int32_t upstreamTaskId, int32_
ASSERT(pInfo != NULL);
if (stage == -1) {
qDebug("s-task:%s receive msg from upstream task:0x%x, invalid stageId, not ready", pTask->id.idStr, upstreamTaskId,
stage);
qDebug("s-task:%s receive msg from upstream task:0x%x, invalid stageId:%" PRId64 ", not ready", pTask->id.idStr,
upstreamTaskId, stage);
return 0;
}