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