mirror of
https://github.com/trussed-dev/piv-authenticator.git
synced 2026-06-20 04:16:15 -07:00
Log commands
This commit is contained in:
+1
-2
@@ -92,8 +92,7 @@ where
|
||||
command: &iso7816::Command<C>,
|
||||
reply: &mut Data<R>,
|
||||
) -> Result {
|
||||
// need to implement Debug on iso7816::Command
|
||||
// info!("PIV responding to {:?}", command);
|
||||
info!("PIV responding to {:?}", command);
|
||||
let last_or_only = command.class().chain().last_or_only();
|
||||
|
||||
// TODO: avoid owned copy?
|
||||
|
||||
Reference in New Issue
Block a user