Changed: Don't create log.log anymore

This commit is contained in:
kervala 2015-12-28 18:12:45 +01:00
parent 9193b0b315
commit 9b36b51850

View file

@ -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);