diff --git a/backend/src/node/connector.rs b/backend/src/node/connector.rs index fc84ad1..fc17d3e 100644 --- a/backend/src/node/connector.rs +++ b/backend/src/node/connector.rs @@ -48,6 +48,8 @@ impl Actor for NodeConnector { impl NodeConnector { pub fn new(aggregator: Addr, locator: Recipient, ip: Option) -> Self { + info!("Node connected: {:?}", ip); + Self { // Garbage id, will be replaced by the Initialize message nid: !0,