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={:?}; \ | ||||
|              state={:?} \ | ||||
|             ", | ||||
|             stream.id, | ||||
|             reason, | ||||
|             stream.id, | ||||
|             is_reset, | ||||
|             is_closed, | ||||
|             is_empty, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user