aboutsummaryrefslogtreecommitdiff
path: root/src/or
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-12-22 09:10:06 +0000
committerRoger Dingledine <arma@torproject.org>2008-12-22 09:10:06 +0000
commit0f6514e0418ba925741255d22c462e90df5006e3 (patch)
treec5c5481a2037187e7dc8d600a2f917ff5166ac31 /src/or
parent0c6ff7d990e45a6699cad5f7f140182ed0c5c991 (diff)
downloadtor-0f6514e0418ba925741255d22c462e90df5006e3.tar
tor-0f6514e0418ba925741255d22c462e90df5006e3.tar.gz
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
Diffstat (limited to 'src/or')
-rw-r--r--src/or/directory.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/directory.c b/src/or/directory.c
index 1fd0f7176..7d83171f7 100644
--- a/src/or/directory.c
+++ b/src/or/directory.c
@@ -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");