Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
beffad85
Commit
beffad85
authored
Sep 22, 2020
by
David Goulet
🔆
Browse files
Merge branch 'maint-0.3.5' into maint-0.4.3
parents
0d78fbb7
faf89ec6
Changes
2
Hide whitespace changes
Inline
Side-by-side
changes/ticket40135
0 → 100644
View file @
beffad85
o Minor bugfix (logging):
- Remove a debug logging statement that uselessly spam the logs. Fixes bug
40135; bugfix on 0.3.5.0-alpha.
src/feature/hs_common/shared_random_client.c
View file @
beffad85
...
...
@@ -254,10 +254,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
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment