summaryrefslogtreecommitdiff
path: root/clientserver.c
diff options
context:
space:
mode:
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 67983f77..7c897abc 100644
--- a/clientserver.c
+++ b/clientserver.c
@@ -831,7 +831,7 @@ static int rsync_module(int f_in, int f_out, int i, const char *addr, const char
use_chroot = 1; /* The module is expecting a chroot inner & outer path. */
else if (chroot("/") < 0) {
rprintf(FLOG, "chroot test failed: %s. "
- "Switching 'use chroot' from unset to no.\n",
+ "Switching 'use chroot' from unset to false.\n",
strerror(errno));
use_chroot = 0;
} else {