From 970601bd6c231d4acae5cc2e41c3a1f92e883db5 Mon Sep 17 00:00:00 2001 From: kervala Date: Sat, 22 Oct 2016 16:48:34 +0200 Subject: [PATCH] Changed: Force process name for Ryzom Installer --- code/ryzom/tools/client/ryzom_installer/src/utils.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/ryzom/tools/client/ryzom_installer/src/utils.cpp b/code/ryzom/tools/client/ryzom_installer/src/utils.cpp index fc6a2ff7c..5ec1413e8 100644 --- a/code/ryzom/tools/client/ryzom_installer/src/utils.cpp +++ b/code/ryzom/tools/client/ryzom_installer/src/utils.cpp @@ -586,6 +586,9 @@ CLogHelper::CLogHelper(const QString &logPath) NLMISC::DisableNLDebug = true; #endif + // define process name before enabling log + NLMISC::CLog::setProcessName("ryzom_installer"); + // don't create a file for the moment, we'll create it manually NLMISC::createDebug(NULL, false);