summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-01-24 12:22:58 +0000
committerAndrew Tridgell <tridge@samba.org>2000-01-24 12:22:58 +0000
commit74a7f81d5749c9ce8d9b7c284f9378857d0d5d60 (patch)
tree793e166903645769e3887c881330920ef7c09053
parent5b5591d8a8974675e8e733afde6c98a399fcb981 (diff)
downloadrsync-74a7f81d5749c9ce8d9b7c284f9378857d0d5d60.tar.gz
updated a debug message
-rw-r--r--generator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generator.c b/generator.c
index a374849c..f0d23ea6 100644
--- a/generator.c
+++ b/generator.c
@@ -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);