mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 16:21:02 +00:00
* 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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user