diff --git a/src/pkcs15init/pkcs15-authentic.c b/src/pkcs15init/pkcs15-authentic.c index a92c221c..c6894dd3 100644 --- a/src/pkcs15init/pkcs15-authentic.c +++ b/src/pkcs15init/pkcs15-authentic.c @@ -862,7 +862,7 @@ authentic_emu_update_tokeninfo(struct sc_profile *profile, struct sc_pkcs15_card len = file->size > sizeof(buffer) ? sizeof(buffer) : file->size; rv = sc_update_binary(p15card->card, 0, buffer, len, 0); - LOG_TEST_RET(ctx, rv, "Get challenge error"); + LOG_TEST_RET(ctx, rv, "Update binary error"); sc_file_free(file); }