This commit is contained in:
2025-11-13 20:01:48 +01:00
parent f223418d22
commit 2baf32f78a
+2
View File
@@ -1295,7 +1295,9 @@ async fn run_server_component(
// Monitor mDNS events
let _tx_notify_ui_mdns = tx_notify_ui.clone();
let hostname = truncated_hostname.to_string();
tokio::spawn(async move {
log::info!("Registering mDNS service with hostname: {hostname}");
while let Ok(event) = mdns.monitor.recv() {
match event {
lanspread_mdns::DaemonEvent::Error(e) => {