Skip to content

Commit

Permalink
fix comp
Browse files Browse the repository at this point in the history
  • Loading branch information
Consti10 committed Aug 10, 2023
1 parent be1ed43 commit 3802bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WBTxRx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ bool WBTxRx::get_card_has_disconnected(int card_idx) {
return m_card_is_disconnected[card_idx];
}
std::string WBTxRx::tx_stats_to_string(const WBTxRx::TxStats& data) {
return fmt::format("TxStats[injected packets:{} bytes:{} tx errors:{}-{} pps:{} bps:{}-{}]",
return fmt::format("TxStats[injected packets:{} bytes:{} tx errors:{}:{} pps:{} bps:{}:{}]",
data.n_injected_packets,data.n_injected_bytes_including_overhead,
data.count_tx_injections_error_hint,data.count_tx_errors,
data.curr_packets_per_second,
Expand Down

0 comments on commit 3802bb7

Please sign in to comment.