mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 20:33:31 +01:00
clarify a log entry
svn:r3142
This commit is contained in:
parent
a8582ae223
commit
6cc7d32afc
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user