From 3acb9337b6e675e1478dd982e83c6f7c12767b4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vivek=20Das=C2=A0Mohapatra?= <vivek@collabora.co.uk> Date: Tue, 16 May 2017 18:22:04 +0100 Subject: [PATCH] Turn off verbose debug in the dlopen wrapper by default --- capsule/capsule-dlmopen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capsule/capsule-dlmopen.c b/capsule/capsule-dlmopen.c index 8e721badf..348234028 100644 --- a/capsule/capsule-dlmopen.c +++ b/capsule/capsule-dlmopen.c @@ -1430,7 +1430,7 @@ capsule_shim_dlopen(Lmid_t ns, 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" ) ) { -- GitLab