flush logs when printing to stdout

This commit is contained in:
Tomasz Sowa 2022-04-27 22:07:58 +02:00
parent 3173042229
commit 72c10b20fb
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ void FileLog::save_log(WTextStream * buffer)
if( log_stdout ) if( log_stdout )
{ {
wide_stream_to_utf8(*buffer, std::cout); wide_stream_to_utf8(*buffer, std::cout);
std::cout.flush();
} }
if( !log_file.empty() ) if( !log_file.empty() )