tsdb/open-file: log not exist file path

This commit is contained in:
Minglei Jin 2023-11-23 16:25:39 +08:00
parent f076bfdfca
commit 3034ca2875
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ static int32_t tsdbOpenFileImpl(STsdbFD *pFD) {
// pFD->szFile = s3_size;
#endif
} else {
tsdbInfo("no file: %s", path);
code = TAOS_SYSTEM_ERROR(errsv);
// taosMemoryFree(pFD);
goto _exit;