autocommit 2022-03-30 15:44:07 CEST
This commit is contained in:
parent
28c9b46400
commit
c4854c4d7d
7 changed files with 117 additions and 41 deletions
|
|
@ -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(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue