Skip to content

Commit

Permalink
Update polkadot/xcm/xcm-executor/src/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur authored Oct 4, 2024
1 parent 081c929 commit cbc97b5
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 @@ -591,7 +591,7 @@ impl<Config: config::Config> XcmExecutor<Config> {
None => None,
Some(q) => Some(
q.reanchored(&destination, &Config::UniversalLocation::get()).map_err(|e| {
log::error!(target: "xcm::xcm_executor::to_querier", "Failed to re-anchor local_querier: {:?}", e);
log::error!(target: "xcm::xcm_executor::to_querier", "Failed to re-anchor local_querier: {e:?} for destination: {destination:?} and context: {:?}", Config::UniversalLocation::get());
XcmError::ReanchorFailed
})?,
),
Expand Down

0 comments on commit cbc97b5

Please sign in to comment.