summaryrefslogtreecommitdiff
path: root/src/or/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/config.c')
-rw-r--r--src/or/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c
index 556d285346..ea41ca8479 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -6577,7 +6577,7 @@ parse_port_config(smartlist_t *out,
if ( has_used_unix_socket_only_option && ! unix_socket_path) {
log_warn(LD_CONFIG, "You have a %sPort entry with GroupWritable, "
- "WorldWritable, or StrictDirModes, but it is not a unix socket.", portname);
+ "WorldWritable, or RelaxDirModeCheck, but it is not a unix socket.", portname);
goto err;
}