commit ae07af564e66adb7d6158fb0cfaed92e44d37ee0 Author: Roger Dingledine arma@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");
tor-commits@lists.torproject.org