Fixed incorrect order of arguments in send_reset trace. (#341)
This commit is contained in:
@@ -128,8 +128,8 @@ impl Send {
|
|||||||
is_reset={:?}; is_closed={:?}; pending_send.is_empty={:?}; \
|
is_reset={:?}; is_closed={:?}; pending_send.is_empty={:?}; \
|
||||||
state={:?} \
|
state={:?} \
|
||||||
",
|
",
|
||||||
stream.id,
|
|
||||||
reason,
|
reason,
|
||||||
|
stream.id,
|
||||||
is_reset,
|
is_reset,
|
||||||
is_closed,
|
is_closed,
|
||||||
is_empty,
|
is_empty,
|
||||||
|
|||||||
Reference in New Issue
Block a user