Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha committed Sep 30, 2024
1 parent 0cb10b2 commit 2fa0cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirrord/kube/src/api/runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ impl RuntimeData {
pod_ip
.parse::<Ipv4Addr>()
.inspect_err(|e| {
tracing::warn!("failed to parse pod IP: {e:?}");
tracing::warn!("failed to parse pod IP {pod_ip}: {e:?}");
})
.ok()
})
Expand Down

0 comments on commit 2fa0cc4

Please sign in to comment.