Skip to content

Commit 6275924

Browse files
gnunicornrphmeier
authored andcommitted
Update log message for propsing blocks (paritytech#77)
in accordance with paritytech#1397
1 parent 1e803cd commit 6275924

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

consensus/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ impl<C, TxApi> CreateProposal<C, TxApi> where
687687

688688
let new_block = block_builder.bake()?;
689689

690-
info!("Proposing block [number: {}; hash: {}; parent_hash: {}; extrinsics: [{}]]",
690+
info!("Prepared block for proposing at {} [hash: {:?}; parent_hash: {}; extrinsics: [{}]]",
691691
new_block.header.number,
692692
Hash::from(new_block.header.hash()),
693693
new_block.header.parent_hash,

0 commit comments

Comments
 (0)