Skip to content

Commit

Permalink
Use host instead of label in debug report
Browse files Browse the repository at this point in the history
The host is perhaps a bit less likely to contain personal information.
  • Loading branch information
swsnr committed Nov 13, 2024
1 parent cf9ba33 commit af66797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/debuginfo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ impl Display for DebugInfo {
DevicePingResult::Pinged(addresses) => {
format!(
"Host {}:\n{}",
d.label(),
d.host(),
addresses
.iter()
.map(|(addr, result)| {
Expand Down

0 comments on commit af66797

Please sign in to comment.