Skip to content

Commit 2d91e5d

Browse files
authored
Merge of #7300
2 parents 7534f57 + e3ac441 commit 2d91e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beacon_node/beacon_chain/src/beacon_chain.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4104,7 +4104,7 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
41044104
&mut state,
41054105
)
41064106
.unwrap_or_else(|e| {
4107-
error!(self.log, "error caching light_client data {:?}", e);
4107+
debug!(self.log, "error caching light_client data {:?}", e);
41084108
});
41094109
}
41104110

0 commit comments

Comments
 (0)