X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/bceec82f357618356fd209578dfccbbd6b52efba..62b68c80466e9e3b9bb39e0bc5219ba32534235f:/generator.c diff --git a/generator.c b/generator.c index da2feac1..c1b94fd8 100644 --- a/generator.c +++ b/generator.c @@ -144,9 +144,7 @@ static BOOL disable_deltas_p(void) assert(whole_file == 0 || whole_file == 1); - /* OK, we don't explicitly handle both whole_file and - * no_whole_file; perhaps somebody will care to add an - * error. */ + /* whole_file and no_whole_file are never both on at the same time */ if (whole_file) return True; @@ -364,7 +362,7 @@ void recv_generator(char *fname,struct file_list *flist,int i,int f_out) if (preserve_hard_links && check_hard_link(file)) { if (verbose > 1) - rprintf(FINFO, "\"%s\" is a hard link\n",f_name(file)); + rprintf(FINFO, "recv_generator: \"%s\" is a hard link\n",f_name(file)); return; }