[or-cvs] If I could forget that I had enabled StrictExitNodes, other...

Nick Mathewson nickm at seul.org
Sun Apr 2 23:00:03 UTC 2006


Update of /home/or/cvsroot/tor/src/or
In directory moria:/tmp/cvs-serv15921/src/or

Modified Files:
	circuitbuild.c 
Log Message:
If I could forget that I had enabled StrictExitNodes, others will too.

Index: circuitbuild.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/circuitbuild.c,v
retrieving revision 1.229
retrieving revision 1.230
diff -u -p -d -r1.229 -r1.230
--- circuitbuild.c	27 Mar 2006 02:25:33 -0000	1.229
+++ circuitbuild.c	2 Apr 2006 22:59:59 -0000	1.230
@@ -1284,7 +1284,8 @@ choose_good_exit_server_general(routerli
   }
   if (options->StrictExitNodes) {
     log_warn(LD_CIRC,
-             "No exit routers seem to be running; can't choose an exit.");
+             "No specified exit routers seem to be running, and "
+             "StrictExitNodes is set: can't choose an exit.");
   }
   return NULL;
 }



More information about the tor-commits mailing list