Skip to content

Commit

Permalink
Update log message for propsing blocks (paritytech#77)
Browse files Browse the repository at this point in the history
in accordance with paritytech#1397
  • Loading branch information
gnunicorn authored and rphmeier committed Jan 15, 2019
1 parent 1e803cd commit 6275924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6275924

Please sign in to comment.