From 4bb20fe0df0c284de31ea587d9dc5ea50e4d855f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Tue, 25 Oct 2022 11:41:35 +0200 Subject: [PATCH] Log commands --- src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 304e82c..2c0c6af 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -92,8 +92,7 @@ where command: &iso7816::Command, reply: &mut Data, ) -> 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?