[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r17725: {tor} some windows users are outraged that tor refuses to work eve (tor/trunk/src/or)



Author: arma
Date: 2008-12-22 04:10:06 -0500 (Mon, 22 Dec 2008)
New Revision: 17725

Modified:
   tor/trunk/src/or/directory.c
Log:
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.


Modified: tor/trunk/src/or/directory.c
===================================================================
--- tor/trunk/src/or/directory.c	2008-12-22 06:25:49 UTC (rev 17724)
+++ tor/trunk/src/or/directory.c	2008-12-22 09:10:06 UTC (rev 17725)
@@ -1458,8 +1458,8 @@
              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");