mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-20 08:43:20 +03:00
update log msg
This commit is contained in:
@@ -153,7 +153,7 @@ async fn do_capture(
|
|||||||
}
|
}
|
||||||
// client disconnected
|
// client disconnected
|
||||||
ProtoEvent::Leave(_) => {
|
ProtoEvent::Leave(_) => {
|
||||||
log::info!("releasing capture: Server notified Leave");
|
log::info!("releasing capture: left remote client device region");
|
||||||
release_capture(&mut capture, server).await?;
|
release_capture(&mut capture, server).await?;
|
||||||
},
|
},
|
||||||
_ => {}
|
_ => {}
|
||||||
|
|||||||
Reference in New Issue
Block a user