fix compile error
This commit is contained in:
parent
ee7a18db29
commit
349dd69f94
|
@ -271,8 +271,8 @@ void validateFst() {
|
||||||
}
|
}
|
||||||
delete m;
|
delete m;
|
||||||
}
|
}
|
||||||
static std::string logDir = TD_TMP_DIR_PATH "log";
|
|
||||||
|
|
||||||
|
static std::string logDir = TD_TMP_DIR_PATH "log";
|
||||||
static void initLog() {
|
static void initLog() {
|
||||||
const char* defaultLogFileNamePrefix = "taoslog";
|
const char* defaultLogFileNamePrefix = "taoslog";
|
||||||
const int32_t maxLogFileNum = 10;
|
const int32_t maxLogFileNum = 10;
|
||||||
|
|
Loading…
Reference in New Issue