From 5b2f25b085b0b91e1d5bb46dad55caecd86764d9 Mon Sep 17 00:00:00 2001 From: Tom Forbes Date: Sun, 29 Nov 2020 11:05:53 +0000 Subject: Add a --watch command to graph execution times of arbitrary commands. Closes #103 --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); -- cgit v1.2.3