aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-10-09 21:11:16 +0000
committerRoger Dingledine <arma@torproject.org>2007-10-09 21:11:16 +0000
commita5851939c0becdeb5ce5b290ab3e4d9baf798168 (patch)
tree086f1e5534e9e8cba6c76db1d36245f4863c3a1d /src/or/circuitbuild.c
parentc03d0f9e83aa24cf61d21d718cda0ec846d23643 (diff)
downloadtor-a5851939c0becdeb5ce5b290ab3e4d9baf798168.tar.gz
tor-a5851939c0becdeb5ce5b290ab3e4d9baf798168.zip
i heard that users know the phrase 'system clock' better than 'clock'. hm.
svn:r11820
Diffstat (limited to 'src/or/circuitbuild.c')
-rw-r--r--src/or/circuitbuild.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c
index 09ff1ccc24..0db6908f61 100644
--- a/src/or/circuitbuild.c
+++ b/src/or/circuitbuild.c
@@ -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");