aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'paxelf.c')
-rw-r--r--paxelf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/paxelf.c b/paxelf.c
index fb4160c..9a34ea4 100644
--- a/paxelf.c
+++ b/paxelf.c
@@ -584,7 +584,7 @@ free_elf_and_return:
/* check class and stuff */
if (!DO_WE_LIKE_ELF(elf->data)) {
- warn("we no likey %s: {%s,%s,%s,%s}",
+ warn("unknown ELF settings: %s: {%s,%s,%s,%s}",
filename,
get_elfeitype(EI_CLASS, elf->data[EI_CLASS]),
get_elfeitype(EI_DATA, elf->data[EI_DATA]),