Commit 5557c8e3 authored by David Dykstra's avatar David Dykstra

Remove a debugging statement I accidentally included in the last commit.

parent baf3e504
......@@ -196,7 +196,6 @@ void sig_int(void)
and ownership */
void finish_transfer(char *fname, char *fnametmp, struct file_struct *file)
{
rprintf(FINFO,"finish_transfer(%s,%s)\n",fname,fnametmp);
if (make_backups) {
char fnamebak[MAXPATHLEN];
if (strlen(fname) + strlen(backup_suffix) > (MAXPATHLEN-1)) {
......
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