From 011ad3cba5dadceb4b204aced00e3cd598465d1d Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Mon, 13 Dec 2004 00:44:39 +0000 Subject: clean up logging, make it clearer which warns are bugs, make the control log event match its specification, point out a bug in how we deal with failure when renewing the tls context. svn:r3138 --- src/or/hibernate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/hibernate.c') diff --git a/src/or/hibernate.c b/src/or/hibernate.c index 0da5d4f5a..f075a5fd4 100644 --- a/src/or/hibernate.c +++ b/src/or/hibernate.c @@ -765,7 +765,7 @@ hibernate_end_time_elapsed(time_t now) } } -/** The big function. Consider our environment and decide if it's time +/** Consider our environment and decide if it's time * to start/stop hibernating. */ void consider_hibernation(time_t now) { -- cgit v1.2.3