提交 e9f2c1cd 编写于 作者: wafwerar's avatar wafwerar

[TD-13756]<fix>: log file open fail error.

上级 42231d76
......@@ -353,6 +353,7 @@ static int32_t taosOpenLogFile(char *fn, int32_t maxLines, int32_t maxFileNum) {
printf("\nfailed to open log file:%s, reason:%s\n", fileName, strerror(errno));
return -1;
}
taosCloseFile(&tsLogObj.logHandle->pFile);
tsLogObj.logHandle->pFile = pFile;
taosLockLogFile(tsLogObj.logHandle->pFile);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册