Skip to content
Snippets Groups Projects
Commit ed449bf4 authored by André Silva's avatar André Silva Committed by Demi Obenour
Browse files

grandpa: fix until imported logging arg order (#3818)

parent e3ae647c
No related merge requests found
......@@ -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;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment