updated a debug message
[rsync/rsync.git] / generator.c
index a374849..f0d23ea 100644 (file)
@@ -249,7 +249,7 @@ void recv_generator(char *fname,struct file_list *flist,int i,int f_out)
                }
                delete_file(fname);
                if (do_symlink(file->link,fname) != 0) {
-                       rprintf(FERROR,"link %s -> %s : %s\n",
+                       rprintf(FERROR,"symlink %s -> %s : %s\n",
                                fname,file->link,strerror(errno));
                } else {
                        set_perms(fname,file,NULL,0);