Commit faf89ec6 authored by David Goulet's avatar David Goulet 🐼
Browse files

srv: Remove spammy debug log



Fixes #40135

Signed-off-by: David Goulet's avatarDavid Goulet <dgoulet@torproject.org>
parent 8458c821
Loading
Loading
Loading
Loading

changes/ticket40135

0 → 100644
+3 −0
Original line number Diff line number Diff line
  o Minor bugfix (logging):
    - Remove a debug logging statement that uselessly spam the logs. Fixes bug
      40135; bugfix on 0.3.5.0-alpha.
+0 −4
Original line number Diff line number Diff line
@@ -255,10 +255,6 @@ sr_state_get_start_time_of_current_protocol_run(void)
     protocol run */
  time_t time_elapsed_since_start_of_run = curr_round_slot * voting_interval;

  log_debug(LD_GENERAL, "Current SRV proto run: Start of current round: %u. "
            "Time elapsed: %u (%d)", (unsigned) beginning_of_curr_round,
            (unsigned) time_elapsed_since_start_of_run, voting_interval);

  return beginning_of_curr_round - time_elapsed_since_start_of_run;
}