USE THIS ONE
This commit is contained in:
parent
8309c0d279
commit
69ab2a0b50
|
@ -4417,6 +4417,8 @@ void DivEngine::preInit() {
|
|||
String logPath=configPath+DIR_SEPARATOR_STR+"furnace.log";
|
||||
startLogFile(logPath.c_str());
|
||||
|
||||
logI("Furnace version " DIV_VERSION ".");
|
||||
|
||||
loadConf();
|
||||
}
|
||||
|
||||
|
|
|
@ -449,8 +449,6 @@ int main(int argc, char** argv) {
|
|||
return 1;
|
||||
}
|
||||
|
||||
logI("Furnace version " DIV_VERSION ".");
|
||||
|
||||
e.preInit();
|
||||
|
||||
if (!fileName.empty()) {
|
||||
|
|
Loading…
Reference in a new issue