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 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);