diff options
author | Roger Dingledine <arma@torproject.org> | 2011-12-08 04:41:56 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2011-12-08 04:41:56 -0500 |
commit | ae07af564e66adb7d6158fb0cfaed92e44d37ee0 (patch) | |
tree | 0a860cea9c1c6b5f82c8dfc62a65939ddee12abe | |
parent | 630337e7626d19f33eba6436dbd0aae1fee94f1e (diff) | |
download | tor-ae07af564e66adb7d6158fb0cfaed92e44d37ee0.tar tor-ae07af564e66adb7d6158fb0cfaed92e44d37ee0.tar.gz |
paint bug2474's fix a different neon color
this way people with 80-column logs may read more of the warning
-rw-r--r-- | 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 3cf98565c..74583b2ea 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"); |