1
0
Fork 0
forked from wry/wry

autocommit 2022-03-30 15:44:07 CEST

This commit is contained in:
Julian Orth 2022-03-30 15:44:07 +02:00
parent 28c9b46400
commit c4854c4d7d
7 changed files with 117 additions and 41 deletions

View file

@ -618,7 +618,13 @@ impl XBackendData {
}
}
if !matched_any {
fatal!("idle event did not match any images {:#?}", event);
fatal!(
"idle event did not match any images {}, {}, {}, {:#?}",
output.serial.get(),
output.images[0].last_serial.get(),
output.images[1].last_serial.get(),
event
);
}
Ok(())
}