Skip to content

Commit

Permalink
Add missing MakerHello log message
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-belcher committed Feb 3, 2022
1 parent af1af0e commit 8a08867
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/maker_protocol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ async fn run(
log::error!("io error sending first message: {:?}", e);
return;
}
log::info!("[{}] <=== MakerHello", addr.port());

loop {
let mut line = String::new();
Expand Down

0 comments on commit 8a08867

Please sign in to comment.