]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
i heard that users know the phrase 'system clock' better than 'clock'. hm.
authorRoger Dingledine <arma@torproject.org>
Tue, 9 Oct 2007 21:11:16 +0000 (21:11 +0000)
committerRoger Dingledine <arma@torproject.org>
Tue, 9 Oct 2007 21:11:16 +0000 (21:11 +0000)
svn:r11820

src/or/circuitbuild.c
src/or/networkstatus.c

index 09ff1ccc246c11442cc5e321566ad633c13e1741..0db6908f612b12ea59fd41bfaec0c2c65f05f578 100644 (file)
@@ -686,7 +686,7 @@ void
 circuit_note_clock_jumped(int seconds_elapsed)
 {
   int severity = server_mode(get_options()) ? LOG_WARN : LOG_NOTICE;
-  log(severity, LD_GENERAL, "Your clock just jumped %d seconds %s; "
+  log(severity, LD_GENERAL, "Your system clock just jumped %d seconds %s; "
       "assuming established circuits no longer work.",
       seconds_elapsed >=0 ? seconds_elapsed : -seconds_elapsed,
       seconds_elapsed >=0 ? "forward" : "backward");
index 12dd05cb3133391309c97237bc044d3e9c125990..58bdf766a92d1a534fd11ed81feffd2334405619 100644 (file)
@@ -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,