Skip to content

Commit

Permalink
Merge pull request #1834 from srcejon/fix_1833
Browse files Browse the repository at this point in the history
Flush log stream after write, so data is available immediately
  • Loading branch information
f4exb authored Sep 21, 2023
2 parents f6ea6f8 + 2db2be9 commit dc4b931
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/channelrx/demodpager/pagerdemod.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit dc4b931

Please sign in to comment.