Explorar o código

If I could forget that I had enabled StrictExitNodes, others will too.

svn:r6295
Nick Mathewson %!s(int64=19) %!d(string=hai) anos
pai
achega
785d25e06c
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/or/circuitbuild.c

+ 2 - 1
src/or/circuitbuild.c

@@ -1284,7 +1284,8 @@ choose_good_exit_server_general(routerlist_t *dir, int need_uptime,
   }
   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;
 }