mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
Merge branch 'maint-0.3.5' into maint-0.4.3
This commit is contained in:
commit
beffad8529
3
changes/ticket40135
Normal file
3
changes/ticket40135
Normal file
@ -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.
|
@ -254,10 +254,6 @@ sr_state_get_start_time_of_current_protocol_run(void)
|
|||||||
protocol run */
|
protocol run */
|
||||||
time_t time_elapsed_since_start_of_run = curr_round_slot * voting_interval;
|
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;
|
return beginning_of_curr_round - time_elapsed_since_start_of_run;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user