summaryrefslogtreecommitdiff
path: root/src/or/buffers.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-10-15 07:42:51 +0000
committerRoger Dingledine <arma@torproject.org>2006-10-15 07:42:51 +0000
commit7d33c4b904c54788fbb7859f1995a8a02e84fa56 (patch)
tree33ac1d46ead562575a0b1a0b3e16a301b76fe382 /src/or/buffers.c
parent584d598e8a46cb55da4cb2cfe9ddccbf70db26cc (diff)
downloadtor-7d33c4b904c54788fbb7859f1995a8a02e84fa56.tar.gz
tor-7d33c4b904c54788fbb7859f1995a8a02e84fa56.zip
clean up and downgrade some log messages
svn:r8727
Diffstat (limited to 'src/or/buffers.c')
-rw-r--r--src/or/buffers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/buffers.c b/src/or/buffers.c
index 290a81c8b2..b1f2673c64 100644
--- a/src/or/buffers.c
+++ b/src/or/buffers.c
@@ -1007,7 +1007,7 @@ fetch_from_buf_socks(buf_t *buf, socks_request_t *req,
"Your application (using socks5 on port %d) is giving "
"Tor only an IP address. Applications that do DNS resolves "
"themselves may leak information. Consider using Socks4A "
- "(e.g. via privoxy or socat) instead. For more information, "
+ "(e.g. via privoxy or socat) instead. For more information, "
"please see http://wiki.noreply.org/noreply/TheOnionRouter/"
"TorFAQ#SOCKSAndDNS.%s", req->port,
safe_socks ? " Rejecting." : "");