diff --git a/hyprman/src/main.rs b/hyprman/src/main.rs index 2032c67..fb79b74 100644 --- a/hyprman/src/main.rs +++ b/hyprman/src/main.rs @@ -729,7 +729,7 @@ fn run_client(config: &Config, subscription: &str) { eprintln!("Failed to send subscription: {}", e); std::process::exit(1); } - println!( + info!( "Subscribed to '{}' events. Waiting for events...", subscription );