fix(tsdb): check the
This commit is contained in:
parent
13640f5f53
commit
9551fcf7bb
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue