* Fix #7629

* Update client/network/src/service.rs

Co-authored-by: Max Inden <mail@max-inden.de>

Co-authored-by: Max Inden <mail@max-inden.de>
This commit is contained in:
Pierre Krieger
2020-12-07 15:04:32 +01:00
committed by GitHub
parent 1ca5e8856b
commit 22fdd3a6ea
+2 -2
View File
@@ -668,9 +668,9 @@ impl<B: BlockT + 'static, H: ExHashT> NetworkService<B, H> {
sink.clone() sink.clone()
} else { } else {
// Notification silently discarded, as documented. // Notification silently discarded, as documented.
log::error!( log::debug!(
target: "sub-libp2p", target: "sub-libp2p",
"Attempted to send notification on unknown protocol: {:?}", "Attempted to send notification on missing or closed substream: {:?}",
protocol, protocol,
); );
return; return;