提交 2cc4e0a7 编写于 作者: H Haojun Liao

fix(stream): fix syntax error

上级 0bdccd26
...@@ -505,7 +505,7 @@ int32_t streamLoadTasks(SStreamMeta* pMeta, int64_t ver) { ...@@ -505,7 +505,7 @@ int32_t streamLoadTasks(SStreamMeta* pMeta, int64_t ver) {
} }
} }
qDebug("vgId:%d load %d task from disk", pMeta->vgId, taosArrayGetSize(pMeta->pTaskList)); qDebug("vgId:%d load %d task from disk", pMeta->vgId, (int32_t) taosArrayGetSize(pMeta->pTaskList));
taosArrayDestroy(pRecycleList); taosArrayDestroy(pRecycleList);
return 0; return 0;
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册