mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: #1023 Use a standard application path for writing files
This commit is contained in:
parent
8caf0eb97e
commit
0e5c1c4af3
1 changed files with 1 additions and 1 deletions
|
@ -2004,7 +2004,7 @@ void CClientConfig::init(const string &configFileName)
|
|||
}
|
||||
else
|
||||
{
|
||||
nlwarning("CFG::init: '%s' Not Found !!!", cfgFile.c_str());
|
||||
nlwarning("CFG::init: '%s' Not Found !!!", defaultConfigFileName.c_str());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue