aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/firejail/protocol.c2
1 files changed, 1 insertions, 1 deletions
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) {
122 EUID_ASSERT(); 122 EUID_ASSERT();
123 assert(prlist); 123 assert(prlist);
124 124
125 if (cfg.protocol) { 125 if (cfg.protocol && !arg_quiet) {
126 fprintf(stderr, "Warning: a protocol list is present, the new list \"%s\" will not be installed\n", prlist); 126 fprintf(stderr, "Warning: a protocol list is present, the new list \"%s\" will not be installed\n", prlist);
127 return; 127 return;
128 } 128 }