Commit b20fe0e6 authored by Wayne Davison's avatar Wayne Davison

Improved an error message.

parent 24787acd
......@@ -94,7 +94,8 @@ void setup_protocol(int f_out,int f_in)
if (basis_dir_cnt > 1 && protocol_version < 29) {
rprintf(FERROR,
"Multiple %s options requires protocol 29 or higher (negotiated %d).\n",
"Using more than one %s option requires protocol 29 or higher\n"
"(negotiated %d).\n",
dest_option, protocol_version);
exit_cleanup(RERR_PROTOCOL);
}
......
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