mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-07 11:59:59 +03:00
update log message
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user