aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/connection_or.c
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2018-07-25 17:40:20 +1000
committerteor <teor@torproject.org>2018-07-25 17:40:20 +1000
commitdb2a9180bebb8fab35229226ddc8a1d775e2837c (patch)
treeb30e19a30ef14138bd99b1b13d34ba311d698572 /src/core/or/connection_or.c
parentd01602bebb6d068fcc3d37197e25134ded45d24f (diff)
downloadtor-db2a9180bebb8fab35229226ddc8a1d775e2837c.tar.gz
tor-db2a9180bebb8fab35229226ddc8a1d775e2837c.zip
Remove comment about Tor2web
Part of #26367.
Diffstat (limited to 'src/core/or/connection_or.c')
-rw-r--r--src/core/or/connection_or.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/or/connection_or.c b/src/core/or/connection_or.c
index 4fc77fde0c..c5ff10f6a3 100644
--- a/src/core/or/connection_or.c
+++ b/src/core/or/connection_or.c
@@ -1943,7 +1943,7 @@ connection_or_client_learned_peer_id(or_connection_t *conn,
int severity;
const char *extra_log = "";
- /* Relays, Single Onion Services, and Tor2web make direct connections using
+ /* Relays and Single Onion Services make direct connections using
* untrusted authentication keys. */
if (server_mode(options) || non_anonymous_mode) {
severity = LOG_PROTOCOL_WARN;