utility: Fixed file logger using wrong directory for first log file

This commit is contained in:
Eberhard Graether
2016-02-25 14:40:22 +01:00
parent bf0d99c9ba
commit c35419e281
2 changed files with 11 additions and 7 deletions
+1
View File
@@ -32,6 +32,7 @@ private:
unsigned int m_logCount;
unsigned int m_suffix;
std::string m_currentLogFile;
std::string m_fileName;
};