From 253fd21ae1cbf66efe0eedc4eee26f8c712d2804 Mon Sep 17 00:00:00 2001 From: Sebastian Hahn Date: Fri, 5 Feb 2010 17:04:33 +0100 Subject: [PATCH] Fix a whitespace violation --- src/or/connection_edge.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } -- 2.47.3