]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
less confusing message upon hibernation
authorRoger Dingledine <arma@torproject.org>
Tue, 23 Nov 2004 09:21:03 +0000 (09:21 +0000)
committerRoger Dingledine <arma@torproject.org>
Tue, 23 Nov 2004 09:21:03 +0000 (09:21 +0000)
svn:r2955

src/or/hibernate.c

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