From fa5c59227ac962db27fd722864ef2ec2c361f962 Mon Sep 17 00:00:00 2001 From: Dmitry Markin Date: Wed, 4 Dec 2024 13:49:32 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Alexandru Vasile <60601340+lexnv@users.noreply.github.com> --- substrate/client/network/src/discovery.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/client/network/src/discovery.rs b/substrate/client/network/src/discovery.rs index 25387cdf24e7..81baa00e201e 100644 --- a/substrate/client/network/src/discovery.rs +++ b/substrate/client/network/src/discovery.rs @@ -1026,7 +1026,7 @@ impl NetworkBehaviour for DiscoveryBehaviour { Ok(GetProvidersOk::FoundProviders { key, providers }) => { debug!( target: "sub-libp2p", - "Libp2p => Found providers {:?} for key {:?}, id {:?}, stats {:?}", + "Libp2p => Found providers {:?} for key {:?}, id {:?}, stats {:?}", providers, key, id,