summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-10-27 19:35:12 +0000
committerRoger Dingledine <arma@torproject.org>2006-10-27 19:35:12 +0000
commite473ca24272e579599b108d2cc61225ebc1912f6 (patch)
tree9dddbfd321c6f68b97a8229a59e33ae76b3590e3
parent5b72dc77ade9fc0b6c4d8b3aecd2d5b6f8400a3a (diff)
downloadtor-e473ca24272e579599b108d2cc61225ebc1912f6.tar.gz
tor-e473ca24272e579599b108d2cc61225ebc1912f6.zip
give a nicer warning message when windows people try to
configure syslog in their torrc svn:r8841
-rw-r--r--src/or/config.c2
1 files changed, 1 insertions, 1 deletions
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",