Skip to content

Commit

Permalink
Update polkadot/xcm/pallet-xcm/src/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur authored Oct 4, 2024
1 parent 92e5cbd commit 9104421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot/xcm/pallet-xcm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1955,7 +1955,7 @@ impl<T: Config> Pallet<T> {
.clone()
.reanchored(&dest, &context)
.map_err(|e| {
log::error!(target: "xcm::pallet_xcm::destination_reserve_fees_instructions", "Failed to re-anchor fees: {:?}", e);
log::error!(target: "xcm::pallet_xcm::destination_reserve_fees_instructions", "Failed to re-anchor fees: {e:?} for dest: {dest:?} and context {context:?}");
Error::<T>::CannotReanchor
})?;
let fees: Assets = fees.into();
Expand Down

0 comments on commit 9104421

Please sign in to comment.