This commit is contained in:
Anatoly Yakovenko 2018-05-26 15:11:52 -07:00 committed by Greg Fitzgerald
parent fe93bba457
commit 2dbf9a6017
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ fn main() {
let file = File::create(path).expect("file"); let file = File::create(path).expect("file");
serde_json::to_writer(file, &repl_data).expect("serialize"); serde_json::to_writer(file, &repl_data).expect("serialize");
} }
eprintln!("Ready. Listening on {}", repl_data.events_addr); eprintln!("Ready. Listening on {}", repl_data.transactions_addr);
for t in threads { for t in threads {
t.join().expect("join"); t.join().expect("join");