Skip to content
Snippets Groups Projects
Commit ba8d71d9 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Merge remote-tracking branch 'tor-github/pr/1774/head'

parents 8e5c75e8 29542ccd
Branches
Tags
No related merge requests found
o Minor bugfixes (logs):
- Remove surprising empty line in info-level log about circuit build
timeout. Fixes bug 33531; bugfix on 0.3.3.1-alpha.
......@@ -732,7 +732,7 @@ circuit_expire_building(void)
circuit_build_times_enough_to_compute(get_circuit_build_times())) {
log_info(LD_CIRC,
"Deciding to count the timeout for circuit %"PRIu32"\n",
"Deciding to count the timeout for circuit %"PRIu32,
TO_ORIGIN_CIRCUIT(victim)->global_identifier);
/* Circuits are allowed to last longer for measurement.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment