Signed-off-by: Stefano Brivio <sbrivio(a)redhat.com> --- conf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); } -- 2.34.1