mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Only use filename in setProcessName
--HG-- branch : develop
This commit is contained in:
parent
ea937ba4f3
commit
82acfb3bf2
1 changed files with 2 additions and 1 deletions
|
@ -83,7 +83,8 @@ void CLog::setProcessName (const std::string &processName)
|
|||
}
|
||||
}
|
||||
|
||||
*_ProcessName = processName;
|
||||
// keep only filename without path
|
||||
*_ProcessName = CFile::getFilename(processName);
|
||||
}
|
||||
|
||||
void CLog::setPosition (sint line, const char *fileName, const char *funcName)
|
||||
|
|
Loading…
Reference in a new issue