[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] another slightly less confusing message
Update of /home2/or/cvsroot/tor/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/src/or
Modified Files:
hibernate.c
Log Message:
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.
Index: hibernate.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/hibernate.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- hibernate.c 23 Nov 2004 09:21:03 -0000 1.30
+++ hibernate.c 23 Nov 2004 10:05:56 -0000 1.31
@@ -479,7 +479,7 @@
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);