mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-02 19:41:28 +03:00
update logs
This commit is contained in:
@@ -125,7 +125,7 @@ impl LanMouseConnection {
|
||||
conns.get(&addr).cloned()
|
||||
};
|
||||
if let Some(conn) = conn {
|
||||
log::info!("{event} >->->->->- {addr}");
|
||||
log::trace!("{event} >->->->->- {addr}");
|
||||
match conn.send(buf).await {
|
||||
Ok(_) => return Ok(()),
|
||||
Err(e) => {
|
||||
|
||||
Reference in New Issue
Block a user