From 601e110e069ac37f9aa3b5e3c7da61a173542646 Mon Sep 17 00:00:00 2001 From: Branislav Kontur Date: Fri, 4 Oct 2024 09:38:36 +0200 Subject: [PATCH] Update polkadot/xcm/pallet-xcm/src/lib.rs --- polkadot/xcm/pallet-xcm/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/xcm/pallet-xcm/src/lib.rs b/polkadot/xcm/pallet-xcm/src/lib.rs index ca09cf30ae29..78cda7ff35bb 100644 --- a/polkadot/xcm/pallet-xcm/src/lib.rs +++ b/polkadot/xcm/pallet-xcm/src/lib.rs @@ -2137,7 +2137,7 @@ impl Pallet { &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::::CannotCheckOutTeleport })?; // safe to do this here, we're in a transactional call that will be reverted on any