enh: return value process

This commit is contained in:
kailixu 2024-09-25 14:22:51 +08:00
parent 459a35cb9c
commit 9fae6c25e3
1 changed files with 1 additions and 0 deletions

View File

@ -549,6 +549,7 @@ static int32_t taosInitNormalLog(const char *logName, int32_t maxFileNum) {
*/
maxFileNum = 1;
#endif
processLogFileName(logName, maxFileNum);
char name[PATH_MAX + 50] = "\0";