diff --git a/beacon_node/store/src/hot_cold_store.rs b/beacon_node/store/src/hot_cold_store.rs index 2cffa4571..5f15fb84b 100644 --- a/beacon_node/store/src/hot_cold_store.rs +++ b/beacon_node/store/src/hot_cold_store.rs @@ -1760,7 +1760,9 @@ impl, Cold: ItemStore> HotColdDB let should_prune_blobs = self.get_config().prune_blobs; if !should_prune_blobs && !force { - debug!(self.log, "Blob pruning is disabled"; + debug!( + self.log, + "Blob pruning is disabled"; "prune_blobs" => should_prune_blobs ); return Ok(());