diff --git a/cumulus/polkadot-parachains/parachains-common/src/xcm_config.rs b/cumulus/polkadot-parachains/parachains-common/src/xcm_config.rs index 63b388acae..f5004c9c67 100644 --- a/cumulus/polkadot-parachains/parachains-common/src/xcm_config.rs +++ b/cumulus/polkadot-parachains/parachains-common/src/xcm_config.rs @@ -56,9 +56,9 @@ impl ShouldExecute for DenyReserveTransferToRelayChain { if matches!(origin, MultiLocation { parents: 1, interior: Here }) && message.0.iter().any(|inst| matches!(inst, ReserveAssetDeposited { .. })) { - log::info!( - target: "runtime::xcm-barier", - "Unexpected Reserve Assets Deposited on the relay chain", + log::warn!( + target: "xcm::barrier", + "Unexpected ReserveAssetDeposited from the relay chain", ); } // Permit everything else