提交 9551fcf7 编写于 作者: H Haojun Liao

fix(tsdb): check the

上级 13640f5f
...@@ -205,8 +205,8 @@ int32_t streamTaskCheckStatus(SStreamTask* pTask, int32_t upstreamTaskId, int32_ ...@@ -205,8 +205,8 @@ int32_t streamTaskCheckStatus(SStreamTask* pTask, int32_t upstreamTaskId, int32_
ASSERT(pInfo != NULL); ASSERT(pInfo != NULL);
if (stage == -1) { if (stage == -1) {
qDebug("s-task:%s receive msg from upstream task:0x%x, invalid stageId, not ready", pTask->id.idStr, upstreamTaskId, qDebug("s-task:%s receive msg from upstream task:0x%x, invalid stageId:%" PRId64 ", not ready", pTask->id.idStr,
stage); upstreamTaskId, stage);
return 0; return 0;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册