]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
updated a debug message
authorAndrew Tridgell <tridge@samba.org>
Mon, 24 Jan 2000 12:22:58 +0000 (12:22 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 24 Jan 2000 12:22:58 +0000 (12:22 +0000)
generator.c

index a374849cd38281a52776c05f9f86a01805699501..f0d23ea6b1a5a45fb0f17e8f3914a9425e5f99a1 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);