aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-03-23 08:30:39 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-03-23 08:30:39 -0400
commit8a8285af22a08f5b611d65184822508d115d02be (patch)
tree0d8740d4d9f0c42802143de5886acbfd200afa8d /src
parentqtox profile (diff)
downloadfirejail-8a8285af22a08f5b611d65184822508d115d02be.tar.gz
firejail-8a8285af22a08f5b611d65184822508d115d02be.tar.zst
firejail-8a8285af22a08f5b611d65184822508d115d02be.zip
--quiet problem
Diffstat (limited to 'src')
-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 }