Commit 1b1fef20 authored by Wayne Davison's avatar Wayne Davison

Tweaked the rprintf() that outputs about the delta-transmission

enablement.
parent 22c7c5fb
......@@ -885,10 +885,10 @@ void generate_files(int f_out, struct file_list *flist, char *local_name,
}
if (verbose >= 2) {
rprintf(FINFO,
rprintf(FINFO, "delta-transmission %s\n",
whole_file > 0
? "delta-transmission disabled for local transfer or --whole-file\n"
: "delta transmission enabled\n");
? "disabled for local transfer or --whole-file"
: "enabled");
}
/* We expect to just sit around now, so don't exit on a timeout.
......
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