Rolling 2022-08-26

This commit is contained in:
jomjol
2022-08-26 21:20:26 +02:00
parent 2b60e81a52
commit 993fbfe5a8
11 changed files with 128 additions and 58 deletions

View File

@@ -73,7 +73,7 @@ void ClassLogFile::WriteToDedicatedFile(std::string _fn, std::string info, bool
// pFile = OpenFileAndWait(_fn.c_str(), "a");
pFile = fopen(_fn.c_str(), "a+");
printf("Logfile opened: %s\n", _fn.c_str());
// printf("Logfile opened: %s\n", _fn.c_str());
if (pFile!=NULL) {
if (_time)