]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
clarify a log entry
authorRoger Dingledine <arma@torproject.org>
Mon, 13 Dec 2004 02:23:22 +0000 (02:23 +0000)
committerRoger Dingledine <arma@torproject.org>
Mon, 13 Dec 2004 02:23:22 +0000 (02:23 +0000)
svn:r3142

src/or/relay.c

index 792ac7f153140968791898cd33df34bc8be275e4..46c23d7de432ebb61445b825cbee8948009f4c9a 100644 (file)
@@ -555,7 +555,7 @@ connection_edge_process_relay_cell_not_open(
         /* else, conn will get closed below */
         log_fn(LOG_INFO,"Giving up on retrying (from resolvefailed); conn can't be handled.");
       } else {
-        log_fn(LOG_NOTICE,"Have tried resolving address %s at %d different places. Giving up.",
+        log_fn(LOG_NOTICE,"Have tried resolving address '%s' at %d different places. Giving up.",
                conn->socks_request->address, MAX_RESOLVE_FAILURES);
       }
     }