···2323 let mut attempts = 0;
2424 while !std::path::Path::new(&config.api_socket).exists() {
2525 if attempts >= 100 {
2626- println!(
2727- "[!] Timed out waiting for Firecracker to start. Please check the logs."
2828- );
2626+ println!("[!] Timed out waiting for Firecracker to start. Please check the logs.");
2927 process::exit(1);
3028 }
3129 attempts += 1;