Changed: Don't create log.log anymore
This commit is contained in:
parent
fdeee6622b
commit
a13d92c87a
1 changed files with 2 additions and 1 deletions
|
@ -371,7 +371,8 @@ int main(int argc, char **argv)
|
||||||
DisableNLDebug = true;
|
DisableNLDebug = true;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
createDebug();
|
// don't create log.log anymore because client.log is used
|
||||||
|
createDebug(NULL, false);
|
||||||
|
|
||||||
INelContext::getInstance().setWindowedApplication(true);
|
INelContext::getInstance().setWindowedApplication(true);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue