mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Fixed: client_patcher compilation
This commit is contained in:
parent
2e71a5b4eb
commit
cfecd4fc6d
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ int main(int argc, char *argv[])
|
|||
CApplicationContext appContext;
|
||||
|
||||
// create logs in temporary directory
|
||||
createDebug(CPath::getTemporaryDirectory(), true, true);
|
||||
createDebug(CPath::getTemporaryDirectory().c_str(), true, true);
|
||||
|
||||
// disable log display on stdout
|
||||
INelContext::getInstance().getDebugLog()->removeDisplayer("DEFAULT_SD");
|
||||
|
|
Loading…
Reference in a new issue