From ee3b636b0adffd2e0a063ad7567c7d1a42c20287 Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Sat, 15 Dec 2018 00:51:39 +0000 Subject: [PATCH] reduce verbosity of syncfs --- zpm-syncfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zpm-syncfs.c b/zpm-syncfs.c index 2360f7c..9889c60 100644 --- a/zpm-syncfs.c +++ b/zpm-syncfs.c @@ -1320,7 +1320,7 @@ static int install_files(void *f, int ncols, char **vals, char **cols) { if (sametype) { if (mdsame && hashsame && (accept || overwrite)) { /* do nothing */ - if (conf->dryrun || conf->verbose) { + if (conf->dryrun || conf->verbose > 1) { fprintf(stderr, "accept %s: %s\n", eisdir ? "directory" : "file", nitem.dest); } -- 2.40.0