From: David Dykstra Date: Thu, 20 Dec 2001 15:33:13 +0000 (+0000) Subject: Removed debugging statement that was added to sig_int() by the rsync+ patch X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/f389ac80a9d8890a271aac96401070c83fdac8f3 Removed debugging statement that was added to sig_int() by the rsync+ patch integration. It was causing the format of the daemon log to be messed up because of the leading \n. --- diff --git a/rsync.c b/rsync.c index 890d6a89..3e50f38d 100644 --- 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); }