Update log message for propsing blocks (#77)

in accordance with https://github.com/paritytech/substrate/pull/1397
This commit is contained in:
Benjamin Kampmann
2019-01-15 01:00:03 +01:00
committed by Robert Habermeier
parent c05e05aa49
commit 819a90ce67
+1 -1
View File
@@ -687,7 +687,7 @@ impl<C, TxApi> CreateProposal<C, TxApi> where
let new_block = block_builder.bake()?;
info!("Proposing block [number: {}; hash: {}; parent_hash: {}; extrinsics: [{}]]",
info!("Prepared block for proposing at {} [hash: {:?}; parent_hash: {}; extrinsics: [{}]]",
new_block.header.number,
Hash::from(new_block.header.hash()),
new_block.header.parent_hash,