Explorar o código

Fix log message: say RelaxDirModeCheck instead of StrictDirModes

Peter Palfrader %!s(int64=8) %!d(string=hai) anos
pai
achega
d8626d34e5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/or/config.c

+ 1 - 1
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;
     }