diff --git a/polkadot/node/core/approval-voting/src/lib.rs b/polkadot/node/core/approval-voting/src/lib.rs index 9c9745541f..5b60554d24 100644 --- a/polkadot/node/core/approval-voting/src/lib.rs +++ b/polkadot/node/core/approval-voting/src/lib.rs @@ -1815,6 +1815,8 @@ fn issue_approval( tracing::debug!( target: LOG_TARGET, ?candidate_hash, + ?block_hash, + validator_index = validator_index.0, "Issuing approval vote", );