aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/dbus.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/firejail/dbus.c')
-rw-r--r--src/firejail/dbus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firejail/dbus.c b/src/firejail/dbus.c
index 9a4cb2e6b..735ff54fa 100644
--- a/src/firejail/dbus.c
+++ b/src/firejail/dbus.c
@@ -180,7 +180,7 @@ static void dbus_check_bus_profile(char const *prefix, DbusPolicy *policy) {
180 } 180 }
181 } 181 }
182 182
183 if (num_matches > 0) { 183 if (num_matches > 0 && !arg_quiet) {
184 assert(first_match != NULL); 184 assert(first_match != NULL);
185 if (num_matches == 1) { 185 if (num_matches == 1) {
186 fprintf(stderr, "Ignoring \"%s\".\n", first_match); 186 fprintf(stderr, "Ignoring \"%s\".\n", first_match);