diff --git a/youmubot/src/main.rs b/youmubot/src/main.rs index e712be6..f274df7 100644 --- a/youmubot/src/main.rs +++ b/youmubot/src/main.rs @@ -147,7 +147,7 @@ async fn main() { println!("Starting..."); if let Err(v) = client.start().await { - panic!(v) + panic!("{}", v) } println!("Hello, world!");