From: Sebastian Hahn Date: Fri, 5 Feb 2010 16:04:33 +0000 (+0100) Subject: Fix a whitespace violation X-Git-Tag: tor-0.2.2.9-alpha~31^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=253fd21ae1cbf66efe0eedc4eee26f8c712d2804;p=thirdparty%2Ftor.git Fix a whitespace violation --- diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c index 8447853fc1..f559359383 100644 --- a/src/or/connection_edge.c +++ b/src/or/connection_edge.c @@ -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; }