From ead0de9e638a527693f588915dbff478289d6926 Mon Sep 17 00:00:00 2001 From: vl Date: Mon, 26 Jul 2010 11:18:56 +0200 Subject: [PATCH] Changed: No more log in stdout, only in log file --- code/ryzom/client/src/client.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/code/ryzom/client/src/client.cpp b/code/ryzom/client/src/client.cpp index a7a4de917..a5a52d788 100644 --- a/code/ryzom/client/src/client.cpp +++ b/code/ryzom/client/src/client.cpp @@ -345,6 +345,12 @@ int main(int argc, char **argv) // init the Nel context CApplicationContext *appContext = new CApplicationContext; + createDebug(); + INelContext::getInstance().getDebugLog()->removeDisplayer("DEFAULT_SD"); + INelContext::getInstance().getInfoLog()->removeDisplayer("DEFAULT_SD"); + INelContext::getInstance().getWarningLog()->removeDisplayer("DEFAULT_SD"); + + // if client_default.cfg is not in current directory, use application default directory if (!CFile::isExists("client_default.cfg")) {