- added a debug message
authorAndrew Tridgell <tridge@samba.org>
Sun, 28 Dec 1997 22:26:51 +0000 (22:26 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sun, 28 Dec 1997 22:26:51 +0000 (22:26 +0000)
- rebuilt prototypes

rsync.c

diff --git a/rsync.c b/rsync.c
index 80bc59a..21e416a 100644 (file)
--- a/rsync.c
+++ b/rsync.c
@@ -416,6 +416,7 @@ void recv_generator(char *fname,struct file_list *flist,int i,int f_out)
 
   if (fd == -1) {
     fprintf(FERROR,"failed to open %s : %s\n",fname,strerror(errno));
+    fprintf(FERROR,"skipping %s\n",fname);
     return;
   }