Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TS-4994-more-test-case

This commit is contained in:
Hongze Cheng 2024-12-27 21:59:17 +08:00
commit 4093e65e09
1 changed files with 2 additions and 2 deletions

View File

@ -673,11 +673,11 @@ static int32_t taosInitNormalLog(const char *logName, int32_t maxFileNum) {
}
_exit:
taosUnLockLogFile(tsLogObj.logHandle->pFile);
if (code != 0) {
taosUnLockLogFile(tsLogObj.logHandle->pFile);
TAOS_UNUSED(printf("failed to init normal log file:%s at line %d, reason:%s\n", name, lino, tstrerror(code)));
}
return 0;
return code;
}
static void taosUpdateLogNums(ELogLevel level) {