From 2bfd2a2400e05992208f4152deea0aaf3d39eaa9 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 21 Feb 2006 17:54:56 +0000 Subject: [PATCH] clean up a log message svn:r6074 --- src/or/circuitbuild.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)