diff options
author | Roger Dingledine <arma@torproject.org> | 2007-03-10 06:33:44 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-03-10 06:33:44 +0000 |
commit | 4ca75ecc496989027006dc981083b94bac0cf4a1 (patch) | |
tree | 92eb8876bbce0b41716c773896677a6f8eb9dd8d | |
parent | a24779216990b7490a1f62bfc411e3a113895b1d (diff) | |
download | tor-4ca75ecc496989027006dc981083b94bac0cf4a1.tar.gz tor-4ca75ecc496989027006dc981083b94bac0cf4a1.zip |
holy cow, those windows unames are long. don't distract so
much from the important part of this log message.
svn:r9789
-rw-r--r-- | src/or/main.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/or/main.c b/src/or/main.c index 2220d1a9a4..a2eaeb809a 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -1602,8 +1602,9 @@ tor_init(int argc, char *argv[]) /* give it somewhere to log to initially */ add_temp_log(); - log(LOG_NOTICE, LD_GENERAL, "Tor v%s (%s). This is experimental software. " - "Do not rely on it for strong anonymity.",VERSION, get_uname()); + log(LOG_NOTICE, LD_GENERAL, "Tor v%s. This is experimental software. " + "Do not rely on it for strong anonymity. (Running on %s)",VERSION, + get_uname()); if (network_init()<0) { log_err(LD_BUG,"Error initializing network; exiting."); |