From b4bf289fe260fbb3e533c7b605b41fb7646f936e Mon Sep 17 00:00:00 2001 From: Ayevbeosa Iyamu Date: Fri, 27 Dec 2024 15:29:31 +0100 Subject: [PATCH] Update cumulus/parachains/runtimes/assets/common/src/fungible_conversion.rs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bastian Köcher --- .../runtimes/assets/common/src/fungible_conversion.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cumulus/parachains/runtimes/assets/common/src/fungible_conversion.rs b/cumulus/parachains/runtimes/assets/common/src/fungible_conversion.rs index 6b5c6d02404c..65cad5d93c7b 100644 --- a/cumulus/parachains/runtimes/assets/common/src/fungible_conversion.rs +++ b/cumulus/parachains/runtimes/assets/common/src/fungible_conversion.rs @@ -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 } }