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 May 28, 2023
1 parent 4578b2d commit 5fde381
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 @@ -146,7 +146,7 @@ bool transmission_sink::start_recording(Call *call) {
state = IDLE;
/* Should reset more variables here */

BOOST_LOG_TRIVIAL(trace) << "[" << d_current_call_short_name << "]\t\033[0;34m" << d_current_call_num << "C\033[0m\tTG: " << d_current_call_talkgroup_display << "\tFreq: " << format_freq(d_current_call_freq) << "\tStarting wavfile sink SRC ID: " << curr_src_id << " Conventional: " << d_conventional;
BOOST_LOG_TRIVIAL(info) << "[" << d_current_call_short_name << "]\t\033[0;34m" << d_current_call_num << "C\033[0m\tTG: " << d_current_call_talkgroup_display << "\tFreq: " << format_freq(d_current_call_freq) << "\tStarting wavfile sink SRC ID: " << curr_src_id << " Conventional: " << d_conventional;

return true;
}
Expand Down

0 comments on commit 5fde381

Please sign in to comment.