]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix a whitespace violation
authorSebastian Hahn <sebastian@torproject.org>
Fri, 5 Feb 2010 16:04:33 +0000 (17:04 +0100)
committerSebastian Hahn <sebastian@torproject.org>
Tue, 9 Feb 2010 08:10:07 +0000 (09:10 +0100)
src/or/connection_edge.c

index 8447853fc154522ca3e82f31be8838cc05186616..f559359383863ebde26c7c4c8396072a6f3ea4e9 100644 (file)
@@ -2937,7 +2937,8 @@ parse_extended_hostname(char *address, int allowdotexit)
         return EXIT_HOSTNAME; /* .exit */
       } else {
         log_warn(LD_APP, "The \".exit\" notation is disabled in Tor due to "
-                 "security risks. Set AllowDotExit in your torrc to enable it.");
+                 "security risks. Set AllowDotExit in your torrc to enable "
+                 "it.");
         /* FFFF send a controller event too to notify Vidalia users */
         return BAD_HOSTNAME;
       }