diff options
Diffstat (limited to 'elf/dl-deps.c')
-rw-r--r-- | elf/dl-deps.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/elf/dl-deps.c b/elf/dl-deps.c index 6327098736..5dbef6cabf 100644 --- a/elf/dl-deps.c +++ b/elf/dl-deps.c @@ -203,7 +203,7 @@ _dl_map_object_deps (struct link_map *map, /* Say that we are about to load an auxiliary library. */ if (_dl_debug_libs) - _dl_debug_message ("load auxiliary object=", + _dl_debug_message (1, "load auxiliary object=", strtab + d->d_un.d_val, " requested by file=", l->l_name[0] @@ -226,7 +226,7 @@ _dl_map_object_deps (struct link_map *map, { /* Say that we are about to load an auxiliary library. */ if (_dl_debug_libs) - _dl_debug_message ("load filtered object=", + _dl_debug_message (1, "load filtered object=", strtab + d->d_un.d_val, " requested by file=", l->l_name[0] |