X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/408aa7b24c7ee02d530e05852fd8eb0f5abfc3fd..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;