Changed: Don't create log.log anymore

--HG--
branch : develop
This commit is contained in:
kervala 2015-12-28 18:12:45 +01:00
parent 77352d5759
commit 19cbbb2bec

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