more code

This commit is contained in:
Hongze Cheng 2024-09-24 17:42:20 +08:00
parent c6f5363674
commit b55aec4b13
1 changed files with 5 additions and 5 deletions

View File

@ -1072,7 +1072,7 @@ void tsdbRemoveFile(const char *path);
#define taosCloseFileWithLog(fd) \ #define taosCloseFileWithLog(fd) \
do { \ do { \
if (taosCloseFile(fd) < 0) { \ if (taosCloseFile(fd) < 0) { \
tsdbError("failed to close file, fd:%d, %s", fd, tstrerror(terrno)); \ tsdbTrace("failed to close file"); \
} \ } \
} while (0) } while (0)