From eb18f862cb4fb35d7e55039c76af38cd46d931aa Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Fri, 18 Feb 2022 00:19:10 +0100 Subject: conf: Don't print configuration on --quiet Signed-off-by: Stefano Brivio --- conf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conf.c') diff --git a/conf.c b/conf.c index 2984ac2..41895de 100644 --- a/conf.c +++ b/conf.c @@ -1239,5 +1239,6 @@ void conf(struct ctx *c, int argc, char **argv) } } - conf_print(c); + if (!c->quiet) + conf_print(c); } -- cgit v1.2.3