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