diff --git a/src/main.rs b/src/main.rs index 3bf40ce..c2dbce4 100644 --- a/src/main.rs +++ b/src/main.rs @@ -122,7 +122,7 @@ async fn main() { dbus_connection .request_name("org.stardustxr.HMD") .await - .unwrap(); + .expect("Another instance of the server is running. This is not supported currently (but is planned)."); let sk_ready_notifier = Arc::new(Notify::new()); let stereokit_loop = tokio::task::spawn_blocking({