mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 01:09:34 +00:00
Fixed: Use default path for ryzom_installer.log is installation directory not defined
This commit is contained in:
parent
7134f35f69
commit
3d726db78c
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