mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Don't create log.log anymore
--HG-- branch : develop
This commit is contained in:
parent
77352d5759
commit
19cbbb2bec
1 changed files with 2 additions and 1 deletions
|
@ -371,7 +371,8 @@ int main(int argc, char **argv)
|
|||
DisableNLDebug = true;
|
||||
#endif
|
||||
|
||||
createDebug();
|
||||
// don't create log.log anymore because client.log is used
|
||||
createDebug(NULL, false);
|
||||
|
||||
INelContext::getInstance().setWindowedApplication(true);
|
||||
|
||||
|
|
Loading…
Reference in a new issue