]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
holy cow, those windows unames are long. don't distract so
authorRoger Dingledine <arma@torproject.org>
Sat, 10 Mar 2007 06:33:44 +0000 (06:33 +0000)
committerRoger Dingledine <arma@torproject.org>
Sat, 10 Mar 2007 06:33:44 +0000 (06:33 +0000)
much from the important part of this log message.

svn:r9789

src/or/main.c

index 2220d1a9a4bac9fd8722c1f26fd11ebf0ec88d9f..a2eaeb809a35239d695133372fab7c626bc28463 100644 (file)
@@ -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.");