feat: v1.7.1

This commit is contained in:
2023-10-01 15:05:49 +08:00
parent 0679f73dae
commit 1018d408b4

View File

@@ -107,7 +107,7 @@ fn print_summary_info(yubikey: &mut YubiKey, slot: SlotId, piv_slots: &mut Vec<P
subject: cert_subject, subject: cert_subject,
}); });
} else { } else {
success!("Slot: {:?}, id: {:x}, algorithm: {}, subject: {}", slot, slot_id, algorithm_id, cert_subject); success!("Slot: {:x}, algorithm: {}, name: {:?},subject: {}", slot_id, algorithm_id, slot, cert_subject);
} }
Ok(()) Ok(())