mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 20:33:31 +01:00
clean up a log message
svn:r6074
This commit is contained in:
parent
25ed4b66e3
commit
2bfd2a2400
@ -1792,7 +1792,8 @@ add_an_entry_guard(routerinfo_t *chosen)
|
||||
|
||||
again:
|
||||
if (--tries_left <= 0) {
|
||||
log_warn(LD_CIRC, "Tried finding a new entry, but failed. Bad news. XXX.");
|
||||
log_warn(LD_CIRC, "Tried finding a new entry guard, but failed. "
|
||||
"Can you reach the Tor network?");
|
||||
return NULL;
|
||||
}
|
||||
if (chosen)
|
||||
|
Loading…
Reference in New Issue
Block a user