Always flush Log File

This commit is contained in:
Florian Märkl 2019-08-07 12:22:28 +02:00
commit 3cd9d9a84f
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857

View file

@ -72,6 +72,7 @@ void SessionLog::Log(ChiakiLogLevel level, const char *msg)
QMutexLocker lock(&file_mutex);
file->write(str.toLocal8Bit());
file->flush();
}
}