[tor-commits] [tor/release-0.4.3] srv: Remove spammy debug log

dgoulet at torproject.org dgoulet at torproject.org
Tue Sep 22 17:49:13 UTC 2020


commit faf89ec6c2e0db1ba82639c41a4c754751f4ce1d
Author: David Goulet <dgoulet at torproject.org>
Date:   Tue Sep 22 11:06:34 2020 -0400

    srv: Remove spammy debug log
    
    Fixes #40135
    
    Signed-off-by: David Goulet <dgoulet at torproject.org>
---
 changes/ticket40135                          | 3 +++
 src/feature/hs_common/shared_random_client.c | 4 ----
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/changes/ticket40135 b/changes/ticket40135
new file mode 100644
index 0000000000..9b60b4f655
--- /dev/null
+++ b/changes/ticket40135
@@ -0,0 +1,3 @@
+  o Minor bugfix (logging):
+    - Remove a debug logging statement that uselessly spam the logs. Fixes bug
+      40135; bugfix on 0.3.5.0-alpha.
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;
 }
 





More information about the tor-commits mailing list