Commit 74a7f81d authored by Andrew Tridgell's avatar Andrew Tridgell

updated a debug message

parent 5b5591d8
...@@ -249,7 +249,7 @@ void recv_generator(char *fname,struct file_list *flist,int i,int f_out) ...@@ -249,7 +249,7 @@ void recv_generator(char *fname,struct file_list *flist,int i,int f_out)
} }
delete_file(fname); delete_file(fname);
if (do_symlink(file->link,fname) != 0) { 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)); fname,file->link,strerror(errno));
} else { } else {
set_perms(fname,file,NULL,0); set_perms(fname,file,NULL,0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment