Browse Source

Log establishment of connection

new-http-api
Thomas Eizinger 3 years ago
parent
commit
4b85cd5704
No known key found for this signature in database GPG Key ID: 651AC83A6C6C8B96
  1. 2
      daemon/src/connection.rs

2
daemon/src/connection.rs

@ -118,6 +118,8 @@ impl Actor {
.send(ConnectionStatus::Online)
.expect("receiver to outlive the actor");
tracing::info!(address = %maker_addr, "Established connection to maker");
Ok(())
}

Loading…
Cancel
Save