Skip to content

Commit

Permalink
Flush log stream after write, so data is available immediately
Browse files Browse the repository at this point in the history
  • Loading branch information
srcejon committed Sep 20, 2023
1 parent f6ea6f8 commit 2db2be9
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 2db2be9

Please sign in to comment.