[tor-commits] [tor/master] paint bug2474's fix a different neon color
arma at torproject.org
arma at torproject.org
Thu Dec 8 09:42:32 UTC 2011
commit ae07af564e66adb7d6158fb0cfaed92e44d37ee0
Author: Roger Dingledine <arma at torproject.org>
Date: Thu Dec 8 04:41:56 2011 -0500
paint bug2474's fix a different neon color
this way people with 80-column logs may read more of the warning
---
src/or/main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/or/main.c b/src/or/main.c
index 3cf9856..74583b2 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -2276,7 +2276,7 @@ tor_init(int argc, char *argv[])
#endif
get_uname());
- log_notice(LD_GENERAL, "WARNING: Tor can't help you if you use it wrong. "
+ log_notice(LD_GENERAL, "Tor can't help you if you use it wrong! "
"Learn how to be safe at "
"https://www.torproject.org/download/download#warning");
More information about the tor-commits
mailing list