made run_client println to info so it does not interrupt widgets

This commit is contained in:
2025-03-08 20:23:34 +01:00
parent e4fccb4e28
commit 9f0763b255

View File

@@ -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
);