diff --git a/card-functionality/src/other.rs b/card-functionality/src/other.rs index 3eaa72c..2204c89 100644 --- a/card-functionality/src/other.rs +++ b/card-functionality/src/other.rs @@ -14,7 +14,7 @@ fn main() -> Result<()> { let cards = config.get_cards(); for mut card in cards { - println!("** Run tests on card {:?} **", card); + println!("** Run tests on card '{}' **", card.get_name()); // println!("Get pubkey"); // let _ = run_test(&mut card, test_get_pub, &[])?;