diff options
author | Roger Dingledine <arma@torproject.org> | 2004-12-13 02:23:22 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-12-13 02:23:22 +0000 |
commit | 6cc7d32afc8c0474aa3a4409e54380033dd83144 (patch) | |
tree | a985063b4645498c0805c0468584c45338eb3e16 /src/or | |
parent | a8582ae2233936ade189fee48bd1aa27a16bd3e9 (diff) | |
download | tor-6cc7d32afc8c0474aa3a4409e54380033dd83144.tar.gz tor-6cc7d32afc8c0474aa3a4409e54380033dd83144.zip |
clarify a log entry
svn:r3142
Diffstat (limited to 'src/or')
-rw-r--r-- | src/or/relay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/relay.c b/src/or/relay.c index 792ac7f153..46c23d7de4 100644 --- a/src/or/relay.c +++ b/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); } } |