diff --git a/substrate/client/network/src/service.rs b/substrate/client/network/src/service.rs index 3d87ddcf1f..39eaa606d0 100644 --- a/substrate/client/network/src/service.rs +++ b/substrate/client/network/src/service.rs @@ -675,8 +675,8 @@ impl NetworkService { // Notification silently discarded, as documented. log::debug!( target: "sub-libp2p", - "Attempted to send notification on missing or closed substream: {:?}", - protocol, + "Attempted to send notification on missing or closed substream: {}, {:?}", + target, protocol, ); return; }