diff options
author | Roger Dingledine <arma@torproject.org> | 2006-02-21 17:54:56 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-02-21 17:54:56 +0000 |
commit | 2bfd2a2400e05992208f4152deea0aaf3d39eaa9 (patch) | |
tree | 458885c9c1bc05f68877a2185ad31ae364bd5109 /src/or/circuitbuild.c | |
parent | 25ed4b66e304571f0a94618db9ad8cb62474143a (diff) | |
download | tor-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.c | 3 |
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) |