summaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-02-21 17:54:56 +0000
committerRoger Dingledine <arma@torproject.org>2006-02-21 17:54:56 +0000
commit2bfd2a2400e05992208f4152deea0aaf3d39eaa9 (patch)
tree458885c9c1bc05f68877a2185ad31ae364bd5109 /src/or/circuitbuild.c
parent25ed4b66e304571f0a94618db9ad8cb62474143a (diff)
downloadtor-2bfd2a2400e05992208f4152deea0aaf3d39eaa9.tar.gz
tor-2bfd2a2400e05992208f4152deea0aaf3d39eaa9.zip
clean up a log message
svn:r6074
Diffstat (limited to 'src/or/circuitbuild.c')
-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)