[tor-commits] [tor/maint-0.3.2] downgrade severity for get_voting_schedule()

nickm at torproject.org nickm at torproject.org
Wed Nov 8 16:51:25 UTC 2017


commit 31a907881e2669641f8665452d50ca461dbde2d5
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed Nov 8 11:50:57 2017 -0500

    downgrade severity for get_voting_schedule()
---
 src/or/dirvote.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/or/dirvote.c b/src/or/dirvote.c
index 33e5ea7d5..f2194ed6e 100644
--- a/src/or/dirvote.c
+++ b/src/or/dirvote.c
@@ -2878,7 +2878,7 @@ dirvote_recalculate_timing(const or_options_t *options, time_t now)
   voting_schedule_t *new_voting_schedule;
 
   /* get the new voting schedule */
-  new_voting_schedule = get_voting_schedule(options, now, LOG_NOTICE);
+  new_voting_schedule = get_voting_schedule(options, now, LOG_INFO);
   tor_assert(new_voting_schedule);
 
   /* Fill in the global static struct now */



More information about the tor-commits mailing list