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 b4bf289 commit 61c41ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cumulus/parachains/runtimes/assets/common/src/benchmarks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ impl<Target: Get<L>, SelfParaId: Get<ParaId>, PalletId: Get<u32>, L: TryFrom<Loc
.try_into()
.map_err(|error| {
tracing::error!(
"Failed to create asset pairs when seed1 is even, error {:?}",
error
target: "xcm",
?error,
"Failed to create asset pairs when seed1 is even",
);
"Something went wrong"
})
Expand Down

0 comments on commit 61c41ed

Please sign in to comment.