From 66f274dcaf2826295f98d6e212bf12ffef8b9162 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Fri, 11 Dec 2020 17:39:24 +0100 Subject: [PATCH] authentic: Fix copy&paste error in log message --- src/pkcs15init/pkcs15-authentic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }