mirror of
https://github.com/exo-explore/exo.git
synced 2025-12-23 22:27:50 -05:00
add log
This commit is contained in:
@@ -54,6 +54,7 @@ impl ExoNet {
|
||||
.ip_addrs()
|
||||
.map(|it| TransportAddr::Ip(it.clone()));
|
||||
|
||||
log::info!("publishing {endpoint_addr:?} with mdns");
|
||||
mdns.publish(&EndpointData::new(bound));
|
||||
endpoint.discovery().add(mdns.clone());
|
||||
let alpn = format!("/exo_discovery_network/{}", namespace).to_owned();
|
||||
|
||||
Reference in New Issue
Block a user