better formatted mdns discovered
This commit is contained in:
parent
c3eaf6ead6
commit
63afe2bb28
|
@ -59,7 +59,7 @@ pub fn spawn_discover_thread() -> Result<MdnsDiscoveredList, DiscoveryError> {
|
|||
*old_ip == ip.to_string() && *old_port == port
|
||||
}) {
|
||||
log::info!(
|
||||
"mdns: discovered {name} - id: {id}, ip: {ip}, port: {port}"
|
||||
"mdns: discovered {name}:\n\t\tid: {id}, ip: {ip}, port: {port}"
|
||||
);
|
||||
connections.insert(id, (ip.to_string(), port));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue