1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-05 16:31:15 -05:00

Merge pull request #1834 from srcejon/fix_1833

Flush log stream after write, so data is available immediately
This commit is contained in:
Edouard Griffiths 2023-09-21 14:03:13 +02:00 committed by GitHub
commit dc4b93142d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -199,6 +199,7 @@ bool PagerDemod::handleMessage(const Message& cmd)
<< report.getNumericMessage() << ","
<< QString::number(report.getEvenParityErrors()) << ","
<< QString::number(report.getBCHParityErrors()) << "\n";
m_logStream.flush();
}
return true;