refactor code

This commit is contained in:
yihaoDeng 2022-09-07 19:41:51 +08:00
parent f0c1950b63
commit 3acd4d3afc
1 changed files with 1 additions and 1 deletions

View File

@ -586,7 +586,7 @@ int idxFlushCacheToTFile(SIndex* sIdx, void* cache, bool quit) {
int ret = idxGenTFile(sIdx, pCache, result);
if (ret != 0) {
indexError("failed to merge, time cost: %" PRId64 "ms", cost / 1000);
indexError("failed to merge");
} else {
int64_t cost = taosGetTimestampUs() - st;
indexInfo("success to merge , time cost: %" PRId64 "ms", cost / 1000);