aboutsummaryrefslogtreecommitdiffstats
path: root/clientserver.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2005-01-31 19:13:19 +0000
committerWayne Davison <wayned@samba.org>2005-01-31 19:13:19 +0000
commit4ccfd96cfee813f3855be5a902acc3d5cd0545a4 (patch)
treed998ba7ab805c6e78c8ba2cbc412177b3e543de1 /clientserver.c
parent408aa7b24c7ee02d530e05852fd8eb0f5abfc3fd (diff)
downloadandroid_external_rsync-4ccfd96cfee813f3855be5a902acc3d5cd0545a4.tar.gz
android_external_rsync-4ccfd96cfee813f3855be5a902acc3d5cd0545a4.tar.bz2
android_external_rsync-4ccfd96cfee813f3855be5a902acc3d5cd0545a4.zip
Tweaked one or more warning messages.
Diffstat (limited to 'clientserver.c')
-rw-r--r--clientserver.c2
1 files changed, 1 insertions, 1 deletions
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;