summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/or/circuitbuild.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c
index 2f878b740a..2613bfd528 100644
--- a/src/or/circuitbuild.c
+++ b/src/or/circuitbuild.c
@@ -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)