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

This commit is contained in:
André Silva
2019-10-15 01:19:01 +01:00
committed by Demi Obenour
parent e3ae647c42
commit ed449bf415
@@ -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;