]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
paint bug2474's fix a different neon color
authorRoger Dingledine <arma@torproject.org>
Thu, 8 Dec 2011 09:41:56 +0000 (04:41 -0500)
committerRoger Dingledine <arma@torproject.org>
Thu, 8 Dec 2011 09:41:56 +0000 (04:41 -0500)
this way people with 80-column logs may read more of the warning

src/or/main.c

index 3cf98565c831f7470fcb811fcb8833d53df2ca90..74583b2ea0c7f37c8781d7a444f1126b8545a842 100644 (file)
@@ -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");