mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 14:23:30 +01:00
more helpful log message when running servers on obsolete windows.
svn:r5975
This commit is contained in:
parent
3c3ac254f0
commit
b5ac6fc707
@ -1855,7 +1855,7 @@ options_validate(or_options_t *old_options, or_options_t *options,
|
|||||||
!strcmpstart(uname, "Windows 98") ||
|
!strcmpstart(uname, "Windows 98") ||
|
||||||
!strcmpstart(uname, "Windows Me"))) {
|
!strcmpstart(uname, "Windows Me"))) {
|
||||||
log(LOG_WARN, LD_CONFIG, "Tor is running as a server, but you are "
|
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)
|
if (options->ORPort == 0 && options->ORListenAddress != NULL)
|
||||||
|
Loading…
Reference in New Issue
Block a user