summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pe.c b/pe.c
index d72d814d..92c2804b 100644
--- a/pe.c
+++ b/pe.c
@@ -1149,7 +1149,7 @@ handle_image (void *data, unsigned int datasize,
return EFI_UNSUPPORTED;
}
if (found_entry_point > 1) {
- perror(L"%d sections contain entry point\n");
+ perror(L"%d sections contain entry point\n", found_entry_point);
return EFI_UNSUPPORTED;
}