diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-02-05 17:04:33 +0100 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-02-09 09:10:07 +0100 |
commit | 253fd21ae1cbf66efe0eedc4eee26f8c712d2804 (patch) | |
tree | 117299b4bf6aaf85e79fc0098d4ebdf426bf420d /src/or/connection_edge.c | |
parent | 1e49c908f724842a9adf383553689cf2a0aa7a0b (diff) | |
download | tor-253fd21ae1cbf66efe0eedc4eee26f8c712d2804.tar.gz tor-253fd21ae1cbf66efe0eedc4eee26f8c712d2804.zip |
Fix a whitespace violation
Diffstat (limited to 'src/or/connection_edge.c')
-rw-r--r-- | src/or/connection_edge.c | 3 |
1 files changed, 2 insertions, 1 deletions
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; } |