From 25b869d47e46b6d33d2e3d6a3b5be31fbf69285e Mon Sep 17 00:00:00 2001 From: smitsohu Date: Mon, 23 Dec 2019 13:59:40 +0100 Subject: cleanup --- src/firejail/sandbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/firejail/sandbox.c b/src/firejail/sandbox.c index 6356f89a6..995e98f9f 100644 --- a/src/firejail/sandbox.c +++ b/src/firejail/sandbox.c @@ -444,7 +444,7 @@ void start_application(int no_sandbox, FILE *fp) { } // restore original umask umask(orig_umask); - //sleep(10); + if (arg_debug) { printf("starting application\n"); printf("LD_PRELOAD=%s\n", getenv("LD_PRELOAD")); -- cgit v1.2.3-54-g00ecf