diff --git a/substrate/core/finality-grandpa/src/until_imported.rs b/substrate/core/finality-grandpa/src/until_imported.rs index b8568c1f85..119ecf95c5 100644 --- a/substrate/core/finality-grandpa/src/until_imported.rs +++ b/substrate/core/finality-grandpa/src/until_imported.rs @@ -175,9 +175,9 @@ impl Stream for UntilImported 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;