Changed: Force process name for Ryzom Installer

This commit is contained in:
kervala 2016-10-22 16:48:34 +02:00
parent b9ce644e15
commit d66e9867c0

View file

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