diff --git a/client/network/src/service.rs b/client/network/src/service.rs index c59aeb412298f..b6f162affd671 100644 --- a/client/network/src/service.rs +++ b/client/network/src/service.rs @@ -668,9 +668,9 @@ impl NetworkService { sink.clone() } else { // Notification silently discarded, as documented. - log::debug!( + log::error!( target: "sub-libp2p", - "Attempted to send notification on missing or closed substream: {:?}", + "Attempted to send notification on unknown protocol: {:?}", protocol, ); return;