mirror of
https://github.com/dynup/kpatch
synced 2024-12-14 09:24:33 +00:00
Merge pull request #58 from jpoimboe/changed-function-output
make the changed function output more readable
This commit is contained in:
commit
eb87ccf5fb
@ -837,7 +837,7 @@ void kpatch_include_changed_functions(struct kpatch_elf *kelf)
|
||||
if (sym->status == CHANGED &&
|
||||
sym->type == STT_FUNC &&
|
||||
!sym->include) {
|
||||
log_normal("function %s has changed\n", sym->name);
|
||||
log_normal("changed function: %s\n", sym->name);
|
||||
kpatch_include_symbol(sym, 0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user