diff --git a/code/ryzom/client/src/client.cpp b/code/ryzom/client/src/client.cpp index a312c3978..7b4b185fe 100644 --- a/code/ryzom/client/src/client.cpp +++ b/code/ryzom/client/src/client.cpp @@ -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);