mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
some windows users are outraged that tor refuses to work even
when their clock and date are correct, if their timezone is totally wrong. now we at least tell them. svn:r17725
This commit is contained in:
parent
0c6ff7d990
commit
0f6514e041
@ -1458,8 +1458,8 @@ connection_dir_client_reached_eof(dir_connection_t *conn)
|
||||
LD_HTTP,
|
||||
"Received directory with skewed time (server '%s:%d'): "
|
||||
"It seems that our clock is %s by %s, or that theirs is %s. "
|
||||
"Tor requires an accurate clock to work: please check your time "
|
||||
"and date settings.",
|
||||
"Tor requires an accurate clock to work: please check your time, "
|
||||
"timezone, and date settings.",
|
||||
conn->_base.address, conn->_base.port,
|
||||
delta>0 ? "ahead" : "behind", dbuf,
|
||||
delta>0 ? "behind" : "ahead");
|
||||
|
Loading…
Reference in New Issue
Block a user