Merge across rsync+ patch; add a little documentation to the manpage. More documenta...
[rsync/rsync.git] / rsync.c
diff --git a/rsync.c b/rsync.c
index 3e50f38..890d6a8 100644 (file)
--- a/rsync.c
+++ b/rsync.c
@@ -226,6 +226,7 @@ int set_perms(char *fname,struct file_struct *file,STRUCT_STAT *st,
 
 void sig_int(void)
 {
+       rprintf(FINFO,"\nrsync.c:sig_int() called.\n");
        exit_cleanup(RERR_SIGNAL);
 }