summaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-06-22 08:04:12 -0400
committerNick Mathewson <nickm@torproject.org>2017-06-22 08:04:12 -0400
commitdc9ec519b51b8395a5d56b76f418f93c8734f97b (patch)
tree5c23f7f58d20031fe55cf49746a284c00707bc04 /src/or/circuitbuild.c
parent005500e14d5a956601feb94712ea86e810d557f7 (diff)
parent9d59769db78fd5703935291b83c52ede4b556389 (diff)
downloadtor-dc9ec519b51b8395a5d56b76f418f93c8734f97b.tar.gz
tor-dc9ec519b51b8395a5d56b76f418f93c8734f97b.zip
Merge remote-tracking branch 'public/bug7890'
Diffstat (limited to 'src/or/circuitbuild.c')
-rw-r--r--src/or/circuitbuild.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c
index 16cef0e56b..240c64b6d1 100644
--- a/src/or/circuitbuild.c
+++ b/src/or/circuitbuild.c
@@ -1956,9 +1956,10 @@ choose_good_exit_server_general(int need_uptime, int need_capacity)
}
if (options->ExitNodes) {
log_warn(LD_CIRC,
- "No specified %sexit routers seem to be running: "
+ "No exits in ExitNodes%s seem to be running: "
"can't choose an exit.",
- options->ExcludeExitNodesUnion_ ? "non-excluded " : "");
+ options->ExcludeExitNodesUnion_ ?
+ ", except possibly those excluded by your configuration, " : "");
}
return NULL;
}