diff --git a/polkadot/validation/src/block_production.rs b/polkadot/validation/src/block_production.rs index eeb9b009f5..2ba7881962 100644 --- a/polkadot/validation/src/block_production.rs +++ b/polkadot/validation/src/block_production.rs @@ -40,7 +40,7 @@ use txpool_api::{TransactionPool, InPoolTransaction}; use futures::prelude::*; use inherents::InherentData; use sp_timestamp::TimestampInherentData; -use log::{info, debug, trace}; +use log::{info, debug, warn, trace}; use sp_api::{ApiExt, ProvideRuntimeApi}; use crate::validation_service::ServiceHandle;