Thomas Eizinger
3 years ago
No known key found for this signature in database
GPG Key ID: 651AC83A6C6C8B96
1 changed files with
2 additions and
0 deletions
-
daemon/src/connection.rs
|
@ -118,6 +118,8 @@ impl Actor { |
|
|
.send(ConnectionStatus::Online) |
|
|
.send(ConnectionStatus::Online) |
|
|
.expect("receiver to outlive the actor"); |
|
|
.expect("receiver to outlive the actor"); |
|
|
|
|
|
|
|
|
|
|
|
tracing::info!(address = %maker_addr, "Established connection to maker"); |
|
|
|
|
|
|
|
|
Ok(()) |
|
|
Ok(()) |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|