[or-cvs] make the log message less scary when all the dirservers are
arma at seul.org
arma at seul.org
Wed Jun 22 21:59:13 UTC 2005
Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or
Modified Files:
directory.c
Log Message:
make the log message less scary when all the dirservers are
temporarily unreachable
Index: directory.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/directory.c,v
retrieving revision 1.235
retrieving revision 1.236
diff -u -d -r1.235 -r1.236
--- directory.c 20 Jun 2005 23:04:13 -0000 1.235
+++ directory.c 22 Jun 2005 21:59:11 -0000 1.236
@@ -196,7 +196,7 @@
else if (ds)
directory_initiate_command_trusted_dir(ds, purpose, priv, resource, NULL, 0);
else {
- log_fn(LOG_NOTICE,"No running dirservers known. Not trying. (purpose %d)",
+ log_fn(LOG_NOTICE,"No running dirservers known. Will try again later. (purpose %d)",
purpose);
if (directconn) {
/* remember we tried them all and failed. */
More information about the tor-commits
mailing list