Skip to content

Commit

Permalink
Update cumulus/parachains/runtimes/assets/common/src/benchmarks.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Bastian Köcher <[email protected]>
  • Loading branch information
ayevbeosa and bkchr authored Dec 27, 2024
1 parent 61c41ed commit 74ba6cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ impl<Target: Get<L>, SelfParaId: Get<ParaId>, PalletId: Get<u32>, L: TryFrom<Loc
with_id
.try_into()
.map_err(|error| {
tracing::error!("Failed to create asset pairs, error {:?}", error);
tracing::error!(target: "xcm", ?error, "Failed to create asset pairs");
"Something went wrong"
})
.unwrap(),
Expand Down

0 comments on commit 74ba6cc

Please sign in to comment.