]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
when we fail three times to resolve or connect, we were telling the
authorRoger Dingledine <arma@torproject.org>
Mon, 19 Dec 2005 21:56:43 +0000 (21:56 +0000)
committerRoger Dingledine <arma@torproject.org>
Mon, 19 Dec 2005 21:56:43 +0000 (21:56 +0000)
user it was because we failed to resolve.

svn:r5620

src/or/relay.c

index 028261078f0fadf1c8070bbf81272f8d93a1e298..4cd4055a640f46b85d624b6118016be609bbc6a4 100644 (file)
@@ -713,8 +713,8 @@ connection_edge_process_end_not_open(
             return 0;
           /* else, conn will get closed below */
         } else {
-          notice(LD_APP,"Have tried resolving address '%s' at %d different "
-                 "places. Giving up.",
+          notice(LD_APP,"Have tried resolving or connecting to address '%s' "
+                 "at %d different places. Giving up.",
                  safe_str(conn->socks_request->address), MAX_RESOLVE_FAILURES);
           /* clear the failures, so it will have a full try next time */
           client_dns_clear_failures(conn->socks_request->address);