other: add log.

This commit is contained in:
Haojun Liao 2022-11-07 13:26:10 +08:00
parent 8ec132be6e
commit 558cf28ae7
1 changed files with 1 additions and 1 deletions

View File

@ -593,7 +593,7 @@ int32_t addTagPseudoColumnData(SReadHandle* pHandle, const SExprInfo* pExpr, int
val = *pVal;
}
qDebug("retrieve table meta:%"PRIu64", hit:%"PRIu64 " miss:%"PRIu64", %s", pCache->metaFetch, pCache->cacheHit,
qDebug("retrieve table meta from cache:%"PRIu64", hit:%"PRIu64 " miss:%"PRIu64", %s", pCache->metaFetch, pCache->cacheHit,
(pCache->metaFetch - pCache->cacheHit), idStr);
}