X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=zpm-syncfs.c;h=9889c606912875a60381ba243f5c1395591d8927;hb=ee3b636b0adffd2e0a063ad7567c7d1a42c20287;hp=2360f7c167ee1ee658af6907f2a8a36c4618c5db;hpb=8b1e91714de0575adeb202668d7983b7f987afc0;p=zpackage 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); }