clarify a log entry

svn:r3142
This commit is contained in:
Roger Dingledine 2004-12-13 02:23:22 +00:00
parent a8582ae223
commit 6cc7d32afc

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