Skip to content

Commit

Permalink
grandpa: fix until imported logging arg order (paritytech#3818)
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilva authored and Demi-Marie committed Oct 15, 2019
1 parent e2ce9bf commit 1ae7a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/finality-grandpa/src/until_imported.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@ impl<Block: BlockT, Status, I, M> Stream for UntilImported<Block, Status, I, M>
target: "afg",
"Waiting to import block {} before {} {} messages can be imported. \
Possible fork?",
self.identifier,
block_hash,
v.len(),
self.identifier,
);

*last_log = next_log;
Expand Down

0 comments on commit 1ae7a90

Please sign in to comment.