[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r8841: give a nicer warning message when windows people try to conf (tor/trunk/src/or)
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] r8841: give a nicer warning message when windows people try to conf (tor/trunk/src/or)
- From: arma@xxxxxxxx
- Date: Fri, 27 Oct 2006 15:35:14 -0400 (EDT)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Fri, 27 Oct 2006 15:35:23 -0400
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
Author: arma
Date: 2006-10-27 15:35:12 -0400 (Fri, 27 Oct 2006)
New Revision: 8841
Modified:
tor/trunk/src/or/config.c
Log:
give a nicer warning message when windows people try to
configure syslog in their torrc
Modified: tor/trunk/src/or/config.c
===================================================================
--- tor/trunk/src/or/config.c 2006-10-27 17:58:26 UTC (rev 8840)
+++ tor/trunk/src/or/config.c 2006-10-27 19:35:12 UTC (rev 8841)
@@ -3078,7 +3078,7 @@
if (!validate_only)
add_syslog_log(levelMin, levelMax);
#else
- log_warn(LD_CONFIG, "Syslog is not supported in this compilation.");
+ log_warn(LD_CONFIG, "Syslog is not supported on this system. Sorry.");
#endif
} else {
log_warn(LD_CONFIG, "Unrecognized log type %s",