Skip to content

Commit

Permalink
Fix typo in log message: packates -> packets
Browse files Browse the repository at this point in the history
  • Loading branch information
aquinaou-anssi committed Dec 11, 2023
1 parent c6f151a commit 7ee6eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/receive/reblock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pub(crate) fn start<F>(receiver: &receive::Receiver<F>) -> Result<(), receive::E
block_id = block_id.wrapping_add(1);
} else {
log::debug!(
"no enough packets ({qlen} packates) to decode block {block_id}"
"not enough packets ({qlen} packets) to decode block {block_id}"
);
log::warn!("lost block {block_id}");
desynchro = true;
Expand Down

0 comments on commit 7ee6eb6

Please sign in to comment.