From e473ca24272e579599b108d2cc61225ebc1912f6 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Fri, 27 Oct 2006 19:35:12 +0000 Subject: [PATCH] give a nicer warning message when windows people try to configure syslog in their torrc svn:r8841 --- src/or/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/or/config.c b/src/or/config.c index ee49370762..358be63bfd 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -3078,7 +3078,7 @@ options_init_logs(or_options_t *options, int validate_only) 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",