Fixed: client_patcher compilation
This commit is contained in:
parent
5a5ea67ca7
commit
b7e53676da
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