[or-cvs] more helpful log message when running servers on obsolete w...

arma at seul.org arma at seul.org
Sun Feb 12 00:15:00 UTC 2006


Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or

Modified Files:
	config.c 
Log Message:
more helpful log message when running servers on obsolete windows.


Index: config.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/config.c,v
retrieving revision 1.503
retrieving revision 1.504
diff -u -p -d -r1.503 -r1.504
--- config.c	12 Feb 2006 00:12:36 -0000	1.503
+++ config.c	12 Feb 2006 00:14:58 -0000	1.504
@@ -1855,7 +1855,7 @@ options_validate(or_options_t *old_optio
        !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)



More information about the tor-commits mailing list