X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/211bc43b6e22e55c7b39fe5773c78735a55d3998..c32edbe02eaf8ae9ed1bf6d766ab4f4c34881217:/clientserver.c diff --git a/clientserver.c b/clientserver.c index 159a5a1b..98909f50 100644 --- a/clientserver.c +++ b/clientserver.c @@ -264,7 +264,7 @@ static int rsync_module(int f_in, int f_out, int i) } else { rprintf(FLOG, "max connections (%d) reached\n", lp_max_connections(i)); - io_printf(f_out, "@ERROR: max connections (%d) reached - try again later\n", + io_printf(f_out, "@ERROR: max connections (%d) reached -- try again later\n", lp_max_connections(i)); } return -1;