mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Merge remote-tracking branch 'origin/maint-0.2.4'
This commit is contained in:
commit
a50690e68f
4
changes/bug9393
Normal file
4
changes/bug9393
Normal file
@ -0,0 +1,4 @@
|
||||
o Minor bugfixes:
|
||||
- Give the correct URL in the warning message that we present
|
||||
when the user is trying to run a Tor relay on an ancient version
|
||||
of Windows. Fixes bug 9393.
|
@ -2455,7 +2455,7 @@ options_validate(or_options_t *old_options, or_options_t *options,
|
||||
!strcmpstart(uname, "Windows Me"))) {
|
||||
log_warn(LD_CONFIG, "Tor is running as a server, but you are "
|
||||
"running %s; this probably won't work. See "
|
||||
"https://wiki.torproject.org/TheOnionRouter/TorFAQ#ServerOS "
|
||||
"https://www.torproject.org/docs/faq.html#BestOSForRelay "
|
||||
"for details.", uname);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user