Echo the network address before entering a quiet polling loop

This commit is contained in:
Michael Vines 2018-09-07 21:01:15 -07:00
parent c3af0d9d25
commit e8206cb2d4
1 changed files with 1 additions and 0 deletions

View File

@ -502,6 +502,7 @@ fn main() {
let sustained = matches.is_present("sustained");
println!("Looking for leader at {:?}", network);
let leader = poll_gossip_for_leader(network, None).expect("unable to find leader on network");
let exit_signal = Arc::new(AtomicBool::new(false));