diff options
author | Roger Dingledine <arma@torproject.org> | 2007-10-09 21:11:16 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-10-09 21:11:16 +0000 |
commit | a5851939c0becdeb5ce5b290ab3e4d9baf798168 (patch) | |
tree | 086f1e5534e9e8cba6c76db1d36245f4863c3a1d /src/or/networkstatus.c | |
parent | c03d0f9e83aa24cf61d21d718cda0ec846d23643 (diff) | |
download | tor-a5851939c0becdeb5ce5b290ab3e4d9baf798168.tar tor-a5851939c0becdeb5ce5b290ab3e4d9baf798168.tar.gz |
i heard that users know the phrase 'system clock' better than 'clock'. hm.
svn:r11820
Diffstat (limited to 'src/or/networkstatus.c')
-rw-r--r-- | src/or/networkstatus.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/networkstatus.c b/src/or/networkstatus.c index 12dd05cb3..58bdf766a 100644 --- a/src/or/networkstatus.c +++ b/src/or/networkstatus.c @@ -219,7 +219,7 @@ _compare_networkstatus_published_on(const void **_a, const void **_b) } /** Add the parsed neworkstatus in <b>ns</b> (with original document in - * <b>s</b> to the disk cache (and the in-memory directory server cache) as + * <b>s</b>) to the disk cache (and the in-memory directory server cache) as * appropriate. */ static int add_networkstatus_to_cache(const char *s, @@ -308,7 +308,7 @@ router_set_networkstatus(const char *s, time_t arrived_at, if (ns->published_on > now + NETWORKSTATUS_ALLOW_SKEW) { log_warn(LD_GENERAL, "Network status from %s was published in the future " - "(%s GMT). Somebody is skewed here: check your clock. " + "(%s GMT). Check your system clock! " "Not caching.", source_desc, published); control_event_general_status(LOG_WARN, |