X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/211bc43b6e22e55c7b39fe5773c78735a55d3998..4ccfd96cfee813f3855be5a902acc3d5cd0545a4:/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;