提交 ede3c28c 编写于 作者: K kailixu

chore: logformat

上级 b7f65ca3
...@@ -220,7 +220,7 @@ int tsdbPrintTables(STsdbRepo *pRepo, uint64_t qId) { ...@@ -220,7 +220,7 @@ int tsdbPrintTables(STsdbRepo *pRepo, uint64_t qId) {
if (pMeta->tables[i] != NULL) { if (pMeta->tables[i] != NULL) {
STable *pTable = pMeta->tables[i]; STable *pTable = pMeta->tables[i];
tsdbInfo("vgId:%d QID:%" PRIu64 " stb:%s tbn:%s tid:%d uid:%" PRIu64, REPO_ID(pRepo), qId, tsdbInfo("vgId:%d QID:%" PRIu64 " stb:%s tbn:%s tid:%d uid:%" PRIu64, REPO_ID(pRepo), qId,
pTable->pSuper ? pTable->pSuper->name->data : "-", pTable->name->data, pTable->tableId.tid, pTable->pSuper ? pTable->pSuper->name->data : "", pTable->name->data, pTable->tableId.tid,
pTable->tableId.uid); pTable->tableId.uid);
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册