From: Nathan Wagner Date: Sat, 15 Dec 2018 00:51:39 +0000 (+0000) Subject: reduce verbosity of syncfs X-Git-Tag: v0.5.0~42 X-Git-Url: https://pd.if.org/git/?p=zpackage;a=commitdiff_plain;h=ee3b636b0adffd2e0a063ad7567c7d1a42c20287 reduce verbosity of syncfs --- 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); }