Notes about logging.
[rsync/rsync.git] / generator.c
index da2feac..c1b94fd 100644 (file)
@@ -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;
        }