[or-cvs] clean up a log message
arma at seul.org
arma at seul.org
Tue Feb 21 17:54:58 UTC 2006
Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or
Modified Files:
circuitbuild.c
Log Message:
clean up a log message
Index: circuitbuild.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/circuitbuild.c,v
retrieving revision 1.217
retrieving revision 1.218
diff -u -p -d -r1.217 -r1.218
--- circuitbuild.c 13 Feb 2006 21:17:19 -0000 1.217
+++ circuitbuild.c 21 Feb 2006 17:54:56 -0000 1.218
@@ -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)
More information about the tor-commits
mailing list