Skip to content
This repository was archived by the owner on Feb 3, 2024. It is now read-only.

Commit e898431

Browse files
committed
1 parent 05610b8 commit e898431

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

runtime/common/src/xcm_config.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ impl ShouldExecute for DenyReserveTransferToRelayChain {
5858
if matches!(origin, MultiLocation { parents: 1, interior: Here })
5959
&& message.0.iter().any(|inst| matches!(inst, ReserveAssetDeposited { .. }))
6060
{
61-
log::info!(
62-
target: "runtime::xcm-barier",
63-
"Unexpected Reserve Assets Deposited on the relay chain",
61+
log::warn!(
62+
target: "xcm::barrier",
63+
"Unexpected ReserveAssetDeposited from the relay chain",
6464
);
6565
}
6666
// Permit everything else

0 commit comments

Comments
 (0)