Explorar o código

Remove comment about Tor2web

Part of #26367.
teor %!s(int64=5) %!d(string=hai) anos
pai
achega
db2a9180be
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/core/or/connection_or.c

+ 1 - 1
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;