[or-cvs] [tor/master 7/7] Fix a whitespace violation
nickm at torproject.org
nickm at torproject.org
Tue Feb 9 18:01:50 UTC 2010
Author: Sebastian Hahn <sebastian at torproject.org>
Date: Fri, 5 Feb 2010 17:04:33 +0100
Subject: Fix a whitespace violation
Commit: 253fd21ae1cbf66efe0eedc4eee26f8c712d2804
---
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 8447853..f559359 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;
}
--
1.6.5
More information about the tor-commits
mailing list