From 2bd78e25fd992f0e1f4f98d1ab0c2027d60def7f Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Thu, 3 Mar 2022 15:15:56 +0100 Subject: Removed a debug trace --- src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/main.c b/src/main.c index 388fea7d..316c31af 100755 --- a/src/main.c +++ b/src/main.c @@ -1002,9 +1002,9 @@ int main(int argc, const char **argv, const char **env) { // allocate extra space for new environment variables such as BOX64_PATH my_context->envv = (char**)calloc(my_context->envc+4, sizeof(char*)); GatherEnv(&my_context->envv, environ?environ:env, my_context->box64path); - if(box64_dump || 1) { + if(box64_dump) { for (int i=0; ienvc; ++i) - printf_dump(/*LOG_NEVER*/LOG_INFO, " Env[%02d]: %s\n", i, my_context->envv[i]); + printf_dump(LOG_NEVER, " Env[%02d]: %s\n", i, my_context->envv[i]); } path_collection_t ld_preload = {0}; -- cgit 1.4.1