diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/elfs/elfloader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elfs/elfloader.c b/src/elfs/elfloader.c index f68658d7..88b204c5 100644 --- a/src/elfs/elfloader.c +++ b/src/elfs/elfloader.c @@ -549,7 +549,7 @@ int RelocateElfRELA(lib_t *maplib, lib_t *local_maplib, int bindnow, int deepbin int vis = ELF64_ST_VISIBILITY(sym->st_other); if(vis==STV_PROTECTED) { elfsym = ElfDynSymLookup(head, symname); - printf_log(LOG_INFO, "Symbol %s from %s is PROTECTED\n", symname, head); + printf_log(LOG_DEBUG, "Symbol %s from %s is PROTECTED\n", symname, head->name); } else { if(bind==STB_GNU_UNIQUE) { GetGlobalSymbolStartEnd(maplib, symname, &offs, &end, head, version, vername, veropt, (void**)&elfsym); |