debug(server): trace ServerEvent dispatching

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
Marc-André Lureau 2025-03-26 17:57:39 +04:00 committed by Benoît Cortier
parent 401cedf010
commit d47c1e6415

View file

@ -471,6 +471,7 @@ impl RdpServer {
// 4 frames should roughly corresponds to hundreds of ms in regular setups.
let mut wave_limit = 4;
for event in events.drain(..) {
trace!(?event, "Dispatching");
match event {
ServerEvent::Quit(reason) => {
debug!("Got quit event: {reason}");