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 9d3ec46 commit 40ec293
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 @@ -509,7 +509,7 @@ impl<Config: config::Config> XcmExecutor<Config> {
.holding
.try_take(asset_to_pay_for_fees.clone().into())
.map_err(|e| {
log::error!(target: "xcm::xcm_executor::take_fee", "Failed to take fees {:?} from holding. {:?}", fee, e);
log::error!(target: "xcm::fees", "Failed to take asset_to_pay_for_fees: {asset_to_pay_for_fees:?} (based on fee: {fee:?}) from holding with error: {e:?}");
XcmError::NotHoldingFees
})?;
tracing::trace!(target: "xcm::fees", ?assets_taken_from_holding_to_pay_delivery_fees);
Expand Down

0 comments on commit 40ec293

Please sign in to comment.