mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-12 06:11:28 +03:00
update log message
This commit is contained in:
@@ -89,7 +89,7 @@ impl LanMouseConnection {
|
|||||||
match conn.send(buf).await {
|
match conn.send(buf).await {
|
||||||
Ok(_) => return Ok(()),
|
Ok(_) => return Ok(()),
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
log::warn!("failed to connect: {e}");
|
log::warn!("client {handle} failed to connect: {e}");
|
||||||
self.conns.lock().await.remove(&addr);
|
self.conns.lock().await.remove(&addr);
|
||||||
self.server.set_active_addr(handle, None);
|
self.server.set_active_addr(handle, None);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user