X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/3ff1e677a14fb20ab620fd816c4dd25e5c295d27..d567322fbc4005051e81a6c0bdb25774ac78f402:/flist.c diff --git a/flist.c b/flist.c index 4ad30964..1082c400 100644 --- a/flist.c +++ b/flist.c @@ -185,8 +185,6 @@ int link_stat(const char *Path, STRUCT_STAT *Buffer) static int match_file_name(char *fname,STRUCT_STAT *st) { if (check_exclude(fname,local_exclude_list,st)) { - if (verbose > 2) - rprintf(FINFO,"excluding file %s\n",fname); return 0; } return 1; @@ -700,6 +698,8 @@ struct file_list *send_file_list(int f,int argc,char *argv[]) if (verbose && recurse && !am_server && f != -1) { rprintf(FINFO,"building file list ... "); + if (verbose > 1) + rprintf(FINFO, "\n"); rflush(FINFO); }