mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 05:47:58 +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()
|
||||
} else {
|
||||
// Notification silently discarded, as documented.
|
||||
log::error!(
|
||||
log::debug!(
|
||||
target: "sub-libp2p",
|
||||
"Attempted to send notification on unknown protocol: {:?}",
|
||||
"Attempted to send notification on missing or closed substream: {:?}",
|
||||
protocol,
|
||||
);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user