mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
log: Remove extra newline in a log statement
Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
parent
a7a90a3f11
commit
8713d9762a
1 changed files with 1 additions and 1 deletions
|
@ -709,7 +709,7 @@ circuit_build_times_handle_completed_hop(origin_circuit_t *circ)
|
|||
* Switch their purpose and wait. */
|
||||
if (circ->base_.purpose != CIRCUIT_PURPOSE_C_MEASURE_TIMEOUT) {
|
||||
log_info(LD_CIRC,
|
||||
"Deciding to timeout circuit %"PRIu32"\n",
|
||||
"Deciding to timeout circuit %"PRIu32,
|
||||
(circ->global_identifier));
|
||||
circuit_build_times_mark_circ_as_measurement_only(circ);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue