X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/c778aaa048494cdd7ef027c85a0cf57373da2a4d..95a38e8684439082bd86a988e593939e10172881:/flist.c diff --git a/flist.c b/flist.c index c59d9340..894cf16c 100644 --- a/flist.c +++ b/flist.c @@ -413,7 +413,7 @@ struct file_list *send_file_list(int f,int argc,char *argv[]) char dbuf[MAXPATHLEN]; struct file_list *flist; - if (verbose && recurse && !am_server) { + if (verbose && recurse && !am_server && f != -1) { fprintf(FINFO,"building file list ... "); fflush(FINFO); } @@ -497,7 +497,7 @@ struct file_list *send_file_list(int f,int argc,char *argv[]) write_flush(f); } - if (verbose && recurse && !am_server) + if (verbose && recurse && !am_server && f != -1) fprintf(FINFO,"done\n"); clean_flist(flist);