mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 18:57:07 -07:00
Always flush Log File
This commit is contained in:
parent
c8ce9f899e
commit
3cd9d9a84f
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ void SessionLog::Log(ChiakiLogLevel level, const char *msg)
|
|||
|
||||
QMutexLocker lock(&file_mutex);
|
||||
file->write(str.toLocal8Bit());
|
||||
file->flush();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue