summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-11-23 09:21:03 +0000
committerRoger Dingledine <arma@torproject.org>2004-11-23 09:21:03 +0000
commitb6cb54766746cc41e98efba01640ddc81377d05b (patch)
tree1dfd82df76cc3709edea2b09dc38e4a69363f23b
parent921c40abe71707ca04eb99b63cf0234580b3d551 (diff)
downloadtor-b6cb54766746cc41e98efba01640ddc81377d05b.tar.gz
tor-b6cb54766746cc41e98efba01640ddc81377d05b.zip
less confusing message upon hibernation
svn:r2955
-rw-r--r--src/or/hibernate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/hibernate.c b/src/or/hibernate.c
index ee8f6e105d..4ab8b1c48f 100644
--- a/src/or/hibernate.c
+++ b/src/or/hibernate.c
@@ -480,7 +480,7 @@ accounting_set_wakeup_time(void)
log_fn(LOG_NOTICE, "Configured hibernation. This interval begins at %s; "
"we will hibernate until %s; "
- "we expect to stay up until approximately %s; "
+ "we expect to stay up until at least %s; "
"we will start a new interval at %s (all times local)",
buf1, buf2, buf3, buf4);
}