mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Changed: Force process name for Ryzom Installer
--HG-- branch : develop
This commit is contained in:
parent
f22fc6cea7
commit
c106557bbc
1 changed files with 3 additions and 0 deletions
|
@ -586,6 +586,9 @@ CLogHelper::CLogHelper(const QString &logPath)
|
||||||
NLMISC::DisableNLDebug = true;
|
NLMISC::DisableNLDebug = true;
|
||||||
#endif
|
#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
|
// don't create a file for the moment, we'll create it manually
|
||||||
NLMISC::createDebug(NULL, false);
|
NLMISC::createDebug(NULL, false);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue