From a434870978ae7eb951e6b01e72fac6c68c22276b Mon Sep 17 00:00:00 2001 From: Martin Pugh Date: Tue, 8 Dec 2020 20:34:39 +0100 Subject: [PATCH] Revert "Fix #7629 (#7680)" This reverts commit eaab146094360ca02538f5287abe859b2d815c3c. --- client/network/src/service.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;