diff --git a/src/connect.rs b/src/connect.rs index 73bd97f..5572b2f 100644 --- a/src/connect.rs +++ b/src/connect.rs @@ -89,7 +89,7 @@ impl LanMouseConnection { match conn.send(buf).await { Ok(_) => return Ok(()), Err(e) => { - log::warn!("failed to connect: {e}"); + log::warn!("client {handle} failed to connect: {e}"); self.conns.lock().await.remove(&addr); self.server.set_active_addr(handle, None); }