Fix issue
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-02-25 16:32:24 +01:00
parent 7156719f30
commit 8d9fdfa9b5
3 changed files with 21 additions and 585 deletions

View File

@ -62,7 +62,7 @@ async fn main() -> Result<(), Box<dyn Error>> {
let (mut client_socket, _) = listener.accept().await?;
tokio::spawn(async move {
log::info!("Start new mission from {}", client_socket.peer_addr().unwrap());
log::info!("Start new connection from {}", client_socket.peer_addr().unwrap());
let args = Args::parse();