Skip to content

Commit

Permalink
Update polkadot/xcm/xcm-executor/src/traits/should_execute.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Adrian Catangiu <adrian@parity.io>
  • Loading branch information
yrong and acatangiu authored Jan 22, 2025
1 parent 551afc1 commit cd33044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot/xcm/xcm-executor/src/traits/should_execute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ impl DenyExecution for Tuple {
match Tuple::deny_execution(origin, instructions, max_weight, properties) {
Some(error) => {
tracing::error!(
target: "xcm::should_execute",
target: "xcm::deny_execution",
?origin,
?instructions,
?max_weight,
Expand Down

0 comments on commit cd33044

Please sign in to comment.