From f389ac80a9d8890a271aac96401070c83fdac8f3 Mon Sep 17 00:00:00 2001 From: David Dykstra Date: Thu, 20 Dec 2001 15:33:13 +0000 Subject: [PATCH] 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. --- rsync.c | 1 - 1 file changed, 1 deletion(-) 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); } -- 2.34.1