diff --git a/beacon_node/network/src/router/processor.rs b/beacon_node/network/src/router/processor.rs index ce858b6f92..23199f86ed 100644 --- a/beacon_node/network/src/router/processor.rs +++ b/beacon_node/network/src/router/processor.rs @@ -596,6 +596,7 @@ impl Processor { debug!( self.log, "Invalid attestation from network"; + "reason" => format!("{:?}", error), "block" => format!("{}", beacon_block_root), "peer_id" => peer_id.to_string(), "type" => format!("{:?}", attestation_type),