mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
gate tracing behidn std in reth-prune-types
This commit is contained in:
@@ -115,6 +115,7 @@ impl<'de> Deserialize<'de> for ReceiptsLogPruneConfig {
|
||||
{
|
||||
let mut config = Self(BTreeMap::deserialize(deserializer)?);
|
||||
let errors = config.validate_and_fix();
|
||||
#[cfg(feature = "std")]
|
||||
for error in errors {
|
||||
reth_tracing::tracing::warn!("Receipt log pruning config error: {}", error);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user