made run_client println to info so it does not interrupt widgets
This commit is contained in:
@@ -729,7 +729,7 @@ fn run_client(config: &Config, subscription: &str) {
|
|||||||
eprintln!("Failed to send subscription: {}", e);
|
eprintln!("Failed to send subscription: {}", e);
|
||||||
std::process::exit(1);
|
std::process::exit(1);
|
||||||
}
|
}
|
||||||
println!(
|
info!(
|
||||||
"Subscribed to '{}' events. Waiting for events...",
|
"Subscribed to '{}' events. Waiting for events...",
|
||||||
subscription
|
subscription
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user