info
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user