authentic: Fix copy&paste error in log message

This commit is contained in:
Jakub Jelen 2020-12-11 17:39:24 +01:00 committed by Jakub Jelen
parent b48696539d
commit 66f274dcaf
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}