Removed debugging statement that was added to sig_int() by the rsync+ patch
authorDavid Dykstra <dwd@samba.org>
Thu, 20 Dec 2001 15:33:13 +0000 (15:33 +0000)
committerDavid Dykstra <dwd@samba.org>
Thu, 20 Dec 2001 15:33:13 +0000 (15:33 +0000)
integration.  It was causing the format of the daemon log to be messed up
because of the leading \n.

rsync.c

diff --git a/rsync.c b/rsync.c
index 890d6a8..3e50f38 100644 (file)
--- a/rsync.c
+++ b/rsync.c
@@ -226,7 +226,6 @@ 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);
 }