Skip to content

Commit

Permalink
Correct spelling of transmissions. (#982)
Browse files Browse the repository at this point in the history
  • Loading branch information
tadscottsmith authored Dec 14, 2024
1 parent feef5c4 commit 4cc3022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk-recorder/call_concluder/call_concluder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ void Call_Concluder::conclude_call(Call *call, System *sys, Config config) {
return;
}
else if (call_info.transmission_list.size() == 0 && call_info.min_transmissions_removed > 0) {
BOOST_LOG_TRIVIAL(info) << loghdr << "No Transmissions were recorded! " << call_info.min_transmissions_removed << " tranmissions less than " << sys->get_min_tx_duration() << " seconds were removed.";
BOOST_LOG_TRIVIAL(info) << loghdr << "No Transmissions were recorded! " << call_info.min_transmissions_removed << " transmissions less than " << sys->get_min_tx_duration() << " seconds were removed.";
return;
}

Expand Down

0 comments on commit 4cc3022

Please sign in to comment.