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 208f62d commit 601e110
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 @@ -2137,7 +2137,7 @@ impl<T: Config> Pallet<T> {
&dummy_context,
)
.map_err(|e| {
log::error!(target: "xcm::pallet_xcm::teleport_fees_instructions", "Failed to teleport fees: {:?}", e);
log::error!(target: "xcm::pallet_xcm::teleport_fees_instructions", "Failed can_check_out fees: {fees:?} for dest: {dest:?} with error: {e:?}");
Error::<T>::CannotCheckOutTeleport
})?;
// safe to do this here, we're in a transactional call that will be reverted on any
Expand Down

0 comments on commit 601e110

Please sign in to comment.