tsdb/open-file: log not exist file path
This commit is contained in:
parent
f076bfdfca
commit
3034ca2875
|
@ -58,6 +58,7 @@ static int32_t tsdbOpenFileImpl(STsdbFD *pFD) {
|
||||||
// pFD->szFile = s3_size;
|
// pFD->szFile = s3_size;
|
||||||
#endif
|
#endif
|
||||||
} else {
|
} else {
|
||||||
|
tsdbInfo("no file: %s", path);
|
||||||
code = TAOS_SYSTEM_ERROR(errsv);
|
code = TAOS_SYSTEM_ERROR(errsv);
|
||||||
// taosMemoryFree(pFD);
|
// taosMemoryFree(pFD);
|
||||||
goto _exit;
|
goto _exit;
|
||||||
|
|
Loading…
Reference in New Issue