From d6a8a70ba9a6dadd036bd32d461e1afc096a8ac8 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 24 Jan 2019 18:10:51 +0000 Subject: [PATCH] Fixed incorrect order of arguments in send_reset trace. (#341) --- src/proto/streams/send.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proto/streams/send.rs b/src/proto/streams/send.rs index 806f25d..941a7f4 100644 --- a/src/proto/streams/send.rs +++ b/src/proto/streams/send.rs @@ -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,