]> pd.if.org Git - zpackage/commitdiff
reduce verbosity of syncfs
authorNathan Wagner <nw@hydaspes.if.org>
Sat, 15 Dec 2018 00:51:39 +0000 (00:51 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Sat, 15 Dec 2018 00:51:39 +0000 (00:51 +0000)
zpm-syncfs.c

index 2360f7c167ee1ee658af6907f2a8a36c4618c5db..9889c606912875a60381ba243f5c1395591d8927 100644 (file)
@@ -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);
                                }