diff --git a/bin/core/imag/src/main.rs b/bin/core/imag/src/main.rs index 1c7bbf9f..11a88fc5 100644 --- a/bin/core/imag/src/main.rs +++ b/bin/core/imag/src/main.rs @@ -219,8 +219,8 @@ fn main() { { Ok(exit_status) => { if !exit_status.success() { - debug!("{} exited with non-zero exit code: {:?}", subcommand, exit_status); - println!("{} exited with non-zero exit code", subcommand); + debug!("imag-{} exited with non-zero exit code: {:?}", subcommand, exit_status); + println!("imag-{} exited with non-zero exit code", subcommand); exit(exit_status.code().unwrap_or(1)); } debug!("Successful exit!");