Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/feature/generic-log…
Browse files Browse the repository at this point in the history
…ic' into feature/generic-logic
  • Loading branch information
conectado committed May 24, 2023
2 parents f1cf88f + 4af5beb commit a384218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/tunnel/src/index.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pub(crate) fn check_packet_index(recv_idx: u32, expected_idx: u32) -> bool {
if (recv_idx >> 8) == expected_idx {
true
} else {
tracing::warn!("reciever index doesn't match peer index, something fishy is going on");
tracing::warn!("receiver index doesn't match peer index, something fishy is going on");
false
}
}

0 comments on commit a384218

Please sign in to comment.