mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Fixed: Use default path for ryzom_installer.log is installation directory not defined
--HG-- branch : develop
This commit is contained in:
parent
88bfa8ec70
commit
7afe10373b
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ int main(int argc, char *argv[])
|
|||
bool res = config.load();
|
||||
|
||||
// init log
|
||||
CLogHelper logHelper(config.getInstallationDirectory());
|
||||
CLogHelper logHelper(config.getInstallationDirectory().isEmpty() ? config.getNewInstallationDirectory():config.getInstallationDirectory());
|
||||
|
||||
nlinfo("Launched %s", Q2C(config.getInstallerCurrentFilePath()));
|
||||
|
||||
|
|
Loading…
Reference in a new issue