Commit f389ac80 authored by David Dykstra's avatar David Dykstra

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.
parent 50f2f002
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment