From ae07af564e66adb7d6158fb0cfaed92e44d37ee0 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Thu, 8 Dec 2011 04:41:56 -0500 Subject: 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 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/or/main.c b/src/or/main.c index 3cf98565c8..74583b2ea0 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"); -- cgit v1.2.3-54-g00ecf