Skip to content
Snippets Groups Projects
Commit 3acb9337 authored by Vivek Das Mohapatra's avatar Vivek Das Mohapatra
Browse files

Turn off verbose debug in the dlopen wrapper by default

parent 8e604574
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
...@@ -1430,7 +1430,7 @@ capsule_shim_dlopen(Lmid_t ns, ...@@ -1430,7 +1430,7 @@ capsule_shim_dlopen(Lmid_t ns,
if( prefix && strcmp(prefix, "/") ) if( prefix && strcmp(prefix, "/") )
{ {
init_ldlibs( &ldlibs, exclude, prefix, 1, &code, &errors ); init_ldlibs( &ldlibs, exclude, prefix, 0, &code, &errors );
if( !load_ld_cache( &ldlibs, "/etc/ld.so.cache" ) ) if( !load_ld_cache( &ldlibs, "/etc/ld.so.cache" ) )
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment