Browse Source

clarify a log entry

svn:r3142
Roger Dingledine 21 years ago
parent
commit
6cc7d32afc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/or/relay.c

+ 1 - 1
src/or/relay.c

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