Fixed incorrect order of arguments in send_reset trace. (#341)

This commit is contained in:
Max
2019-01-24 18:10:51 +00:00
committed by Sean McArthur
parent 4b81e528d5
commit d6a8a70ba9

View File

@@ -128,8 +128,8 @@ impl Send {
is_reset={:?}; is_closed={:?}; pending_send.is_empty={:?}; \
state={:?} \
",
stream.id,
reason,
stream.id,
is_reset,
is_closed,
is_empty,