enh: return value process
This commit is contained in:
parent
459a35cb9c
commit
9fae6c25e3
|
@ -549,6 +549,7 @@ static int32_t taosInitNormalLog(const char *logName, int32_t maxFileNum) {
|
||||||
*/
|
*/
|
||||||
maxFileNum = 1;
|
maxFileNum = 1;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
processLogFileName(logName, maxFileNum);
|
processLogFileName(logName, maxFileNum);
|
||||||
|
|
||||||
char name[PATH_MAX + 50] = "\0";
|
char name[PATH_MAX + 50] = "\0";
|
||||||
|
|
Loading…
Reference in New Issue