]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - elf/dl-open.c
Print message that there is no scope instead of being silent
[thirdparty/glibc.git] / elf / dl-open.c
index 865490daafcf00204ad0c15790cc57bf7c356f8c..a0b5c5009c9e05462f5c4ca83904ca8d461d7296 100644 (file)
@@ -661,6 +661,8 @@ _dl_show_scope (struct link_map *l, int from)
 
        _dl_debug_printf_c ("\n");
       }
+  else
+    _dl_debug_printf (" no scope\n");
   _dl_debug_printf ("\n");
 }