Skip to content

Commit

Permalink
Update cumulus/parachains/runtimes/assets/common/src/fungible_convers…
Browse files Browse the repository at this point in the history
…ion.rs

Co-authored-by: Bastian Köcher <[email protected]>
  • Loading branch information
ayevbeosa and bkchr authored Dec 27, 2024
1 parent 06db1a8 commit b4bf289
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ impl<
for_tuples!( #(
match Tuple::contains(location) { o @ true => return o, _ => () }
)* );
tracing::trace!(target: "xcm::contains", "did not match location: {:?}", &location);
tracing::trace!(target: "xcm::contains", ?location, "did not match location");
false
}
}
Expand Down

0 comments on commit b4bf289

Please sign in to comment.