chore: pgp

This commit is contained in:
2022-03-27 17:53:10 +08:00
parent 54b458b694
commit a120ade542
2 changed files with 5 additions and 7 deletions

View File

@@ -50,7 +50,7 @@ impl Command for CommandImpl {
device_config.challenge_response_hmac(&hmac_key, false, false);
if let Err(err) = yubi.write_config(config, &mut device_config) {
failure!("{:?}", err);
failure!("Config device failed: {:?}", err);
} else {
success!("Device configured");
}