rename
This commit is contained in:
committed by
Greg Fitzgerald
parent
fe93bba457
commit
2dbf9a6017
@ -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");
|
||||||
|
Reference in New Issue
Block a user