add warning if corruption detected
authorAndrew Tridgell <tridge@samba.org>
Fri, 12 Jul 1996 14:37:25 +0000 (14:37 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 12 Jul 1996 14:37:25 +0000 (14:37 +0000)
rsync.c

diff --git a/rsync.c b/rsync.c
index cda8e12..b687fdf 100644 (file)
--- a/rsync.c
+++ b/rsync.c
@@ -651,6 +651,8 @@ int recv_files(int f_in,struct file_list *flist,char *local_name,int f_gen)
       if (!recv_ok) {
        if (verbose > 1)
          fprintf(FERROR,"redoing %s(%d)\n",fname,i);
+        if (csum_length == SUM_LENGTH)
+         fprintf(FERROR,"ERROR: file corruption in %s\n",fname);
        write_int(f_gen,i);
       }
     }