From a13d92c87a5ef6437eca46859eea449369326299 Mon Sep 17 00:00:00 2001 From: kervala Date: Mon, 28 Dec 2015 18:12:45 +0100 Subject: [PATCH] Changed: Don't create log.log anymore --- code/ryzom/client/src/client.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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);