diff --git a/runtime/src/main.rs b/runtime/src/main.rs index 8f0a44c..8924ee7 100644 --- a/runtime/src/main.rs +++ b/runtime/src/main.rs @@ -99,6 +99,7 @@ fn main() { // Create a thread to handle server events: tauri::async_runtime::spawn(async move { + info!("Start listening for server events..."); loop { match receiver.recv().await { Some(ServerEvent::Started) => {