From 8a8285af22a08f5b611d65184822508d115d02be Mon Sep 17 00:00:00 2001 From: netblue30 Date: Wed, 23 Mar 2016 08:30:39 -0400 Subject: --quiet problem --- src/firejail/protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/firejail/protocol.c b/src/firejail/protocol.c index 3e81f13dc..70b8496ec 100644 --- a/src/firejail/protocol.c +++ b/src/firejail/protocol.c @@ -122,7 +122,7 @@ void protocol_store(const char *prlist) { EUID_ASSERT(); assert(prlist); - if (cfg.protocol) { + if (cfg.protocol && !arg_quiet) { fprintf(stderr, "Warning: a protocol list is present, the new list \"%s\" will not be installed\n", prlist); return; } -- cgit v1.2.3-54-g00ecf