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 601e110 commit 081c929
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 @@ -2209,7 +2209,7 @@ impl<T: Config> Pallet<T> {
&dummy_context,
)
.map_err(|e| {
log::error!(target: "xcm::pallet_xcm::teleport_assets_program", "Failed to teleport asset: {:?}", e);
log::error!(target: "xcm::pallet_xcm::teleport_assets_program", "Failed can_check_out asset: {asset:?} for dest: {dest:?} with error: {e:?}");
Error::<T>::CannotCheckOutTeleport
})?;
}
Expand Down

0 comments on commit 081c929

Please sign in to comment.