mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +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
@ -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…
Reference in New Issue
Block a user