chore: pgp
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user