diff --git a/src/bin/stratisd-tools.rs b/src/bin/stratisd-tools.rs index e057929a57..3ab951c410 100644 --- a/src/bin/stratisd-tools.rs +++ b/src/bin/stratisd-tools.rs @@ -77,7 +77,7 @@ fn main() { match c.run(stripped_args) { Ok(()) => {} Err(e) => { - eprintln!("Error encountered: {e}"); + eprintln!("{e}"); process::exit(1); } }