]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
another slightly less confusing message
authorRoger Dingledine <arma@torproject.org>
Tue, 23 Nov 2004 10:05:56 +0000 (10:05 +0000)
committerRoger Dingledine <arma@torproject.org>
Tue, 23 Nov 2004 10:05:56 +0000 (10:05 +0000)
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

src/or/hibernate.c

index 4ab8b1c48fbf795130f2efb0dd088c8d823388f7..858e94cff4b40b83b34e1aa9af6f89a9f17b1dc3 100644 (file)
@@ -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);