mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 15:10:48 +01:00
sr: Log voting schedule at debug level
Because the HS subsystem calls it every second, change the log level to debug so it doesn't spam the info log. Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
parent
257f50b22f
commit
5750f18bc7
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ get_start_time_of_current_round(time_t now)
|
|||
const or_options_t *options = get_options();
|
||||
int voting_interval = get_voting_interval();
|
||||
voting_schedule_t *new_voting_schedule =
|
||||
get_voting_schedule(options, now, LOG_INFO);
|
||||
get_voting_schedule(options, now, LOG_DEBUG);
|
||||
tor_assert(new_voting_schedule);
|
||||
|
||||
/* First, get the start time of the next round */
|
||||
|
|
Loading…
Add table
Reference in a new issue