mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 15:10:48 +01:00
Merge branch 'maint-0.3.2'
This commit is contained in:
commit
02a4c641da
1 changed files with 1 additions and 1 deletions
|
@ -687,7 +687,7 @@ scheduler_bug_occurred(const channel_t *chan)
|
||||||
chan->global_identifier,
|
chan->global_identifier,
|
||||||
channel_state_to_string(chan->state),
|
channel_state_to_string(chan->state),
|
||||||
chan->scheduler_state, circuitmux_num_cells(chan->cmux),
|
chan->scheduler_state, circuitmux_num_cells(chan->cmux),
|
||||||
outbuf_len);
|
(unsigned long)outbuf_len);
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue