summaryrefslogtreecommitdiff
path: root/tpm.c
diff options
context:
space:
mode:
Diffstat (limited to 'tpm.c')
-rw-r--r--tpm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpm.c b/tpm.c
index 0305b401..9b5a8991 100644
--- a/tpm.c
+++ b/tpm.c
@@ -93,7 +93,7 @@ EFI_STATUS tpm_log_event(EFI_PHYSICAL_ADDRESS buf, UINTN size, UINT8 pcr,
status = trigger_tcg2_final_events_table(tpm2);
if (EFI_ERROR(status)) {
- perror(L"Unable to trigger tcg2 final events table\n");
+ perror(L"Unable to trigger tcg2 final events table: %r\n", status);
return status;
}