fix compile error

This commit is contained in:
yihaoDeng 2022-09-08 22:50:50 +08:00
parent ee7a18db29
commit 349dd69f94
1 changed files with 11 additions and 11 deletions

View File

@ -271,8 +271,8 @@ void validateFst() {
}
delete m;
}
static std::string logDir = TD_TMP_DIR_PATH "log";
static std::string logDir = TD_TMP_DIR_PATH "log";
static void initLog() {
const char* defaultLogFileNamePrefix = "taoslog";
const int32_t maxLogFileNum = 10;