Commit 68f1e7e5 authored by Wayne Davison's avatar Wayne Davison

(Matt) Made a daemon-refused file an FERROR_XFER with a better message.

parent 87629cf2
...@@ -1229,11 +1229,9 @@ static void recv_generator(char *fname, struct file_struct *file, int ndx, ...@@ -1229,11 +1229,9 @@ static void recv_generator(char *fname, struct file_struct *file, int ndx,
excluded_dir = file; excluded_dir = file;
} }
skipping: skipping:
if (verbose) { rprintf(FERROR_XFER,
rprintf(FINFO, "skipping daemon-excluded file \"%s\"\n",
"skipping server-excluded file \"%s\"\n", fname);
fname);
}
return; return;
} }
} }
......
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