Skip to content

Commit

Permalink
fix: syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoaguirre committed Nov 12, 2024
1 parent 19c6838 commit 178805d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot/xcm/xcm-executor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1054,7 +1054,7 @@ impl<Config: config::Config> XcmExecutor<Config> {
}
// Process instructions.
let result = self.process(xcm).map_err(|error| {
tracing::error!(target: "xcm::execute", ?error, actual_origin = ?self.context.origin, original_origin: ?previous_origin, "ExecuteWithOrigin inner xcm failure");
tracing::error!(target: "xcm::execute", ?error, actual_origin = ?self.context.origin, original_origin = ?previous_origin, "ExecuteWithOrigin inner xcm failure");
error.xcm_error
});
// Reset origin to previous one.
Expand Down

0 comments on commit 178805d

Please sign in to comment.