提交 d995da2c 编写于 作者: K kailixu

chore: log format

上级 ac48c214
...@@ -219,8 +219,9 @@ int tsdbDumpTables(STsdbRepo *pRepo, uint64_t qId) { ...@@ -219,8 +219,9 @@ int tsdbDumpTables(STsdbRepo *pRepo, uint64_t qId) {
for (int32_t i = 0; i < pMeta->maxTables; ++i) { for (int32_t i = 0; i < pMeta->maxTables; ++i) {
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, // keep the output format
pTable->pSuper ? pTable->pSuper->name->data : "", pTable->name->data, pTable->tableId.tid, tsdbInfo("vgId:%d QID:%" PRIu64 " stb:%s %s:%s tid:%d uid:%" PRIu64, REPO_ID(pRepo), qId,
pTable->pSuper ? pTable->pSuper->name->data : "", "msynctbn", 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.
先完成此消息的编辑!
想要评论请 注册