more code
This commit is contained in:
parent
c6f5363674
commit
b55aec4b13
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue