Skip to content

Commit

Permalink
Update path.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Thomson <mt@lowentropy.net>
Signed-off-by: Lars Eggert <lars@eggert.org>
  • Loading branch information
larseggert and martinthomson authored Dec 27, 2024
1 parent 8a37331 commit e897be7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neqo-transport/src/path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -539,8 +539,8 @@ impl Path {
let iface_mtu = match mtu::interface_and_mtu(remote.ip()) {
Ok((name, mtu)) => {
qdebug!(
"Outbound interface {name} for destination {} has MTU {mtu}",
remote.ip()
"Outbound interface {name} for destination {ip} has MTU {mtu}",
ip = remote.ip()
);
stats.pmtud_iface_mtu = mtu;
Some(mtu)
Expand Down

0 comments on commit e897be7

Please sign in to comment.