diff --git a/src/pipe.rs b/src/pipe.rs index 8d75a7b..447f887 100644 --- a/src/pipe.rs +++ b/src/pipe.rs @@ -228,7 +228,9 @@ where } State::Processing => { - panic!("{:?} unexpected in processing state") + // hprintln!("handle xfrblock").ok(); + // hprintln!("{:X?}", &command).ok(); + panic!("ccid pipe unexpectedly received command while in processing state: {:?}", &command); } State::ReadyToSend => {