summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-11-23 10:05:56 +0000
committerRoger Dingledine <arma@torproject.org>2004-11-23 10:05:56 +0000
commita284b0db8fc4a36157c5f0969564a469db4c65d4 (patch)
treea411ede60f11ef30c5cc86d873949d10681338b6
parentb6cb54766746cc41e98efba01640ddc81377d05b (diff)
downloadtor-a284b0db8fc4a36157c5f0969564a469db4c65d4.tar.gz
tor-a284b0db8fc4a36157c5f0969564a469db4c65d4.zip
another slightly less confusing message
nick: we need to figure out if we should say anything different here when the wake-up time and the expected back-to-sleep time have both passed. svn:r2956
-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 4ab8b1c48f..858e94cff4 100644
--- a/src/or/hibernate.c
+++ b/src/or/hibernate.c
@@ -479,7 +479,7 @@ accounting_set_wakeup_time(void)
format_local_iso_time(buf4, interval_end_time);
log_fn(LOG_NOTICE, "Configured hibernation. This interval begins at %s; "
- "we will hibernate until %s; "
+ "scheduled wake-up time %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);