diff --git a/kpatch-build/lookup.c b/kpatch-build/lookup.c index b340c52..d08c10b 100644 --- a/kpatch-build/lookup.c +++ b/kpatch-build/lookup.c @@ -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 '_' */