[or-cvs] r8841: give a nicer warning message when windows people try to conf (tor/trunk/src/or)

arma at seul.org arma at seul.org
Fri Oct 27 19:35:14 UTC 2006


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",



More information about the tor-commits mailing list