Changed: Force process name for Ryzom Installer

--HG--
branch : develop
feature/pipeline-tools
kervala 8 years ago
parent f22fc6cea7
commit c106557bbc

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

Loading…
Cancel
Save