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:
Joe Lawrence 2018-06-11 11:36:15 -04:00
parent 391c9875ee
commit dc6530f11c

View File

@ -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 '_' */