diff --git a/scripts/livepatch/klp-convert.c b/scripts/livepatch/klp-convert.c index 38860f93ced587..c32f72263af23d 100644 --- a/scripts/livepatch/klp-convert.c +++ b/scripts/livepatch/klp-convert.c @@ -644,7 +644,8 @@ int main(int argc, const char **argv) continue; if (!find_missing_position(rela->sym, &sp)) { - WARN("Unable to find missing symbol"); + WARN("Unable to find missing symbol: %s", + rela->sym->name); return -1; } if (!convert_rela(sec, rela, &sp, klp_elf)) {