[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r9789: holy cow, those windows unames are long. don't distract so m (tor/trunk/src/or)
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] r9789: holy cow, those windows unames are long. don't distract so m (tor/trunk/src/or)
- From: arma@xxxxxxxx
- Date: Sat, 10 Mar 2007 01:33:45 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Sat, 10 Mar 2007 01:33:53 -0500
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
Author: arma
Date: 2007-03-10 01:33:44 -0500 (Sat, 10 Mar 2007)
New Revision: 9789
Modified:
tor/trunk/src/or/main.c
Log:
holy cow, those windows unames are long. don't distract so
much from the important part of this log message.
Modified: tor/trunk/src/or/main.c
===================================================================
--- tor/trunk/src/or/main.c 2007-03-10 05:43:35 UTC (rev 9788)
+++ tor/trunk/src/or/main.c 2007-03-10 06:33:44 UTC (rev 9789)
@@ -1602,8 +1602,9 @@
/* 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.");