mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
get rid of accidental second space
This commit is contained in:
parent
c34a6b922f
commit
a5911c4551
@ -210,7 +210,7 @@ circpad_marked_circuit_for_padding(circuit_t *circ, int reason)
|
|||||||
}
|
}
|
||||||
|
|
||||||
log_info(LD_CIRC, "Circuit %d is not marked for close because of a "
|
log_info(LD_CIRC, "Circuit %d is not marked for close because of a "
|
||||||
" pending padding machine.", CIRCUIT_IS_ORIGIN(circ) ?
|
"pending padding machine.", CIRCUIT_IS_ORIGIN(circ) ?
|
||||||
TO_ORIGIN_CIRCUIT(circ)->global_identifier : 0);
|
TO_ORIGIN_CIRCUIT(circ)->global_identifier : 0);
|
||||||
|
|
||||||
/* If the machine has had no network events at all within the
|
/* If the machine has had no network events at all within the
|
||||||
@ -222,7 +222,7 @@ circpad_marked_circuit_for_padding(circuit_t *circ, int reason)
|
|||||||
if (circ->padding_info[i]->last_cell_time_sec +
|
if (circ->padding_info[i]->last_cell_time_sec +
|
||||||
(time_t)CIRCPAD_DELAY_MAX_SECS < approx_time()) {
|
(time_t)CIRCPAD_DELAY_MAX_SECS < approx_time()) {
|
||||||
log_notice(LD_BUG, "Circuit %d was not marked for close because of a "
|
log_notice(LD_BUG, "Circuit %d was not marked for close because of a "
|
||||||
" pending padding machine for over an hour. Circuit is a %s",
|
"pending padding machine for over an hour. Circuit is a %s",
|
||||||
CIRCUIT_IS_ORIGIN(circ) ?
|
CIRCUIT_IS_ORIGIN(circ) ?
|
||||||
TO_ORIGIN_CIRCUIT(circ)->global_identifier : 0,
|
TO_ORIGIN_CIRCUIT(circ)->global_identifier : 0,
|
||||||
circuit_purpose_to_string(circ->purpose));
|
circuit_purpose_to_string(circ->purpose));
|
||||||
|
Loading…
Reference in New Issue
Block a user