Skip to content

Commit e19fa44

Browse files
committed
Upgrade error to dbg
1 parent d2d0099 commit e19fa44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

beacon_node/beacon_chain/src/beacon_chain.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3770,9 +3770,9 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
37703770
{
37713771
proposer
37723772
} else {
3773-
debug!(
3773+
error!(
37743774
self.log,
3775-
"No proposers for preparation";
3775+
"Failed to read proposer for preparation";
37763776
"prepare_slot" => prepare_slot,
37773777
);
37783778
// Nothing more to do.

0 commit comments

Comments
 (0)