summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 760659e..e4bb83b 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -294,7 +294,7 @@ fn main() -> Result<()> {
)
.split(chunks[host_id]);
- let mut ping_text = format!("{} {}", action);
+ let mut ping_text = format!("{} {}", action, host);
let s = format!(" ({})", host);
ping_text.push_str(&s.to_string());