update log message

This commit is contained in:
Ferdinand Schober
2024-09-08 01:53:53 +02:00
parent 62de35de9d
commit 2c9ecf98d0

View File

@@ -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);
}