Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Fix #7629 (#7680)
Browse files Browse the repository at this point in the history
* Fix #7629

* Update client/network/src/service.rs

Co-authored-by: Max Inden <[email protected]>

Co-authored-by: Max Inden <[email protected]>
  • Loading branch information
tomaka and mxinden authored Dec 7, 2020
1 parent 9467f56 commit eaab146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/network/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit eaab146

Please sign in to comment.