diff --git a/teos/src/cli.rs b/teos/src/cli.rs index eba032b..dbc345d 100644 --- a/teos/src/cli.rs +++ b/teos/src/cli.rs @@ -56,8 +56,8 @@ async fn main() { }) .connect() .await - .unwrap_or_else(|e| { - eprintln!("Could not connect to tower: {e:?}"); + .unwrap_or_else(|_| { + eprintln!("Could not connect to tower. Is teosd running?"); std::process::exit(1); });