[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r7053: avoid complaining about our SOCKS proxy proxy. (tor/trunk/src/or)



Author: arma
Date: 2006-08-14 06:00:15 -0400 (Mon, 14 Aug 2006)
New Revision: 7053

Modified:
   tor/trunk/src/or/config.c
Log:
avoid complaining about our SOCKS proxy proxy.


Modified: tor/trunk/src/or/config.c
===================================================================
--- tor/trunk/src/or/config.c	2006-08-14 09:44:54 UTC (rev 7052)
+++ tor/trunk/src/or/config.c	2006-08-14 10:00:15 UTC (rev 7053)
@@ -2090,9 +2090,9 @@
       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);