Remove comment about Tor2web

Part of #26367.
This commit is contained in:
teor 2018-07-25 17:40:20 +10:00
parent d01602bebb
commit db2a9180be
No known key found for this signature in database
GPG Key ID: 10FEAA0E7075672A

View File

@ -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;