[tor-commits] [tor/maint-0.2.4] Fix a wide line
nickm at torproject.org
nickm at torproject.org
Sun Nov 10 17:22:43 UTC 2013
commit 56ac75b265ccd2c5f3e16cd3584ab64c47a77f9e
Author: Nick Mathewson <nickm at torproject.org>
Date: Sun Nov 10 12:22:34 2013 -0500
Fix a wide line
---
src/or/config.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/or/config.c b/src/or/config.c
index 7274b7e..3984755 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -3182,8 +3182,8 @@ options_validate(or_options_t *old_options, or_options_t *options,
(options->AlternateDirAuthority &&
options->AlternateBridgeAuthority))) {
REJECT("TestingTorNetwork may only be configured in combination with "
- "a non-default set of DirAuthority or both of AlternateDirAuthority "
- "and AlternateBridgeAuthority configured.");
+ "a non-default set of DirAuthority or both of "
+ "AlternateDirAuthority and AlternateBridgeAuthority configured.");
}
if (options->AllowSingleHopExits && !options->DirAuthorities) {
More information about the tor-commits
mailing list