aboutsummaryrefslogtreecommitdiff
path: root/src/feature
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2020-09-22 11:06:34 -0400
committerDavid Goulet <dgoulet@torproject.org>2020-09-22 11:06:34 -0400
commitfaf89ec6c2e0db1ba82639c41a4c754751f4ce1d (patch)
tree62fd9af8fe64dfa338f0ee39377c4de8ad83b6f5 /src/feature
parent8458c8211ec3755400933edc6287baa810f5f695 (diff)
downloadtor-faf89ec6c2e0db1ba82639c41a4c754751f4ce1d.tar.gz
tor-faf89ec6c2e0db1ba82639c41a4c754751f4ce1d.zip
srv: Remove spammy debug log
Fixes #40135 Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/feature')
-rw-r--r--src/feature/hs_common/shared_random_client.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/feature/hs_common/shared_random_client.c b/src/feature/hs_common/shared_random_client.c
index 5772034c6d..3d6be94080 100644
--- a/src/feature/hs_common/shared_random_client.c
+++ b/src/feature/hs_common/shared_random_client.c
@@ -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;
}