X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/420ef2c41962daa2b5513ce36992041b1256022f..d37d8d7b693df25558dbb210799263236bbb7d81:/generator.c diff --git a/generator.c b/generator.c index 2e6305a9..888835f8 100644 --- a/generator.c +++ b/generator.c @@ -485,6 +485,13 @@ void generate_files(int f,struct file_list *flist,char *local_name,int f_recv) rprintf(FINFO,"generator starting pid=%d count=%d\n", (int)getpid(),flist->count); + if (verbose >= 2) { + rprintf(FINFO, + disable_deltas_p() + ? "delta-transmission disabled for local transfer or --whole-file\n" + : "delta transmission enabled\n"); + } + /* we expect to just sit around now, so don't exit on a timeout. If we really get a timeout then the other process should exit */