Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xutianyi1999 committed May 16, 2023
1 parent a4588e4 commit 3e8befe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ where
}

interface.server_is_connected.store(true, Ordering::Relaxed);
info!("node {} has joined group {}", group.node_name, group_info.name);
info!("node {} {} has joined group {}", group.node_name, interface.addr.load(), group_info.name);
info!("group {} address range {}", group_info.name, group_info.cidr);

let (rx, mut tx) = stream.split();
Expand Down

0 comments on commit 3e8befe

Please sign in to comment.