diff options
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 22509a3..98af21c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -88,7 +88,7 @@ fn supervise(service: DirEntry, service_name: String) -> anyhow::Result<()> { stdout.set_color(ColorSpec::new().set_fg(Some(Color::Yellow)))?; write!( &mut stdout, - "[ INFO ] {} exited with code {}", + "[ INFO ] {} exited with {}", service_name, status )?; |