diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-11-08 11:50:57 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-11-08 11:50:57 -0500 |
commit | 31a907881e2669641f8665452d50ca461dbde2d5 (patch) | |
tree | 3337e9ca16df124a6e209bf3ffa31ca1b54f8546 /src/or | |
parent | 02f05f2de2654de3ab24e26ca9f1745389487d32 (diff) | |
download | tor-31a907881e2669641f8665452d50ca461dbde2d5.tar.gz tor-31a907881e2669641f8665452d50ca461dbde2d5.zip |
downgrade severity for get_voting_schedule()
Diffstat (limited to 'src/or')
-rw-r--r-- | src/or/dirvote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dirvote.c b/src/or/dirvote.c index 33e5ea7d51..f2194ed6e6 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 */ |