From b5ac6fc707c4af299892ffc7f3f1a25b4a680949 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sun, 12 Feb 2006 00:14:58 +0000 Subject: [PATCH] more helpful log message when running servers on obsolete windows. svn:r5975 --- 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 57b0147c25..6a1ab39431 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -1855,7 +1855,7 @@ options_validate(or_options_t *old_options, or_options_t *options, !strcmpstart(uname, "Windows 98") || !strcmpstart(uname, "Windows Me"))) { log(LOG_WARN, LD_CONFIG, "Tor is running as a server, but you are " - "running %s; this probably won't work.", get_uname()); + "running %s; this probably won't work. See http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#ServerOS for details.", get_uname()); } if (options->ORPort == 0 && options->ORListenAddress != NULL)