]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix a wide line
authorNick Mathewson <nickm@torproject.org>
Sun, 10 Nov 2013 17:22:34 +0000 (12:22 -0500)
committerNick Mathewson <nickm@torproject.org>
Sun, 10 Nov 2013 17:22:34 +0000 (12:22 -0500)
src/or/config.c

index 7274b7e5b36af159f34d2047a3f581d719d4c01b..3984755dd65a0ea7de1d1299c5f476a41bdf2224 100644 (file)
@@ -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) {