Skip to content

Commit

Permalink
Update transmission_sink.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
robotastic committed Jul 18, 2023
1 parent 767455b commit 3535177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk-recorder/gr_blocks/transmission_sink.cc
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ void transmission_sink::stop_recording() {
gr::thread::scoped_lock guard(d_mutex);

if (state == RECORDING) {
BOOST_LOG_TRIVIAL(trace) << "stop_recording() - stopping wavfile sink but recorder state is: " << state << std::endl;
BOOST_LOG_TRIVIAL(trace) << "stop_recording() - stopping wavfile sink but recorder state is: " << state << " Sample Count is: " << d_sample_count << std::endl;
}

if (d_sample_count > 0) {
Expand Down

0 comments on commit 3535177

Please sign in to comment.