aboutsummaryrefslogtreecommitdiffstats
path: root/rsync.c
diff options
context:
space:
mode:
authorDavid Dykstra <dwd@samba.org>2001-12-20 15:33:13 +0000
committerDavid Dykstra <dwd@samba.org>2001-12-20 15:33:13 +0000
commitf389ac80a9d8890a271aac96401070c83fdac8f3 (patch)
tree94fca078c86cf4302494ac62b0e92880654617f7 /rsync.c
parent50f2f002d90d6fc0209cd02fb1c1d52ec6a7ca45 (diff)
downloadandroid_external_rsync-f389ac80a9d8890a271aac96401070c83fdac8f3.tar.gz
android_external_rsync-f389ac80a9d8890a271aac96401070c83fdac8f3.tar.bz2
android_external_rsync-f389ac80a9d8890a271aac96401070c83fdac8f3.zip
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.
Diffstat (limited to 'rsync.c')
-rw-r--r--rsync.c1
1 files changed, 0 insertions, 1 deletions
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);
}