fix duplicate creating of wl_pointer / wl_keyboard (#92)

closes #91
This commit is contained in:
Ferdinand Schober
2024-03-15 17:00:59 +01:00
committed by GitHub
parent 0196cfe56c
commit 9a75a7622e
2 changed files with 32 additions and 22 deletions

View File

@@ -86,9 +86,9 @@ pub fn new(
// give clients time to resond
if receiving {
log::debug!("waiting {MAX_RESPONSE_TIME:?} for response from client with pressed keys ...");
log::trace!("waiting {MAX_RESPONSE_TIME:?} for response from client with pressed keys ...");
} else {
log::debug!(
log::trace!(
"state: {:?} => waiting {MAX_RESPONSE_TIME:?} for client to respond ...",
server.state.get()
);