mirror of
https://github.com/dynup/kpatch
synced 2025-04-11 03:31:20 +00:00
kpatch-build: clarify symbol-not-found msg find_local_syms()
Add a little more context ("in the vmlinux symbol table") to the symbol-not-found message in find_local_syms(). Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com>
This commit is contained in:
parent
391c9875ee
commit
dc6530f11c
@ -171,7 +171,7 @@ static void find_local_syms(struct lookup_table *table, char *hint,
|
||||
}
|
||||
|
||||
if (!table->local_syms)
|
||||
ERROR("find_local_syms for %s: found_none", hint);
|
||||
ERROR("find_local_syms for %s: couldn't find in vmlinux symbol table", hint);
|
||||
}
|
||||
|
||||
/* Strip the path and replace '-' with '_' */
|
||||
|
Loading…
Reference in New Issue
Block a user