]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
avoid complaining about our SOCKS proxy proxy.
authorRoger Dingledine <arma@torproject.org>
Mon, 14 Aug 2006 10:00:15 +0000 (10:00 +0000)
committerRoger Dingledine <arma@torproject.org>
Mon, 14 Aug 2006 10:00:15 +0000 (10:00 +0000)
svn:r7053

src/or/config.c

index f7a54f6cfa574df48c708ee2afc5e75a24a9cd60..7beca558b3e3d88953b49c76c0fbc6fc5f862c31 100644 (file)
@@ -2090,9 +2090,9 @@ options_validate(or_options_t *old_options, or_options_t *options,
       if (!is_internal_IP(addr, 1) &&
           (!old_options || !config_lines_eq(old, opt))) {
         log_warn(LD_CONFIG,
-             "You specified a public address '%s' for a %s listener. Other "
+             "You specified a public address '%s' for a %s. Other "
              "people on the Internet might find your computer and use it as "
-             "an open %s proxy. Please don't allow this unless you have "
+             "an open %s. Please don't allow this unless you have "
              "a good reason.", address, tp, tp);
       }
       tor_free(address);