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

Commit

Permalink
Revert "Fix #7629 (#7680)"
Browse files Browse the repository at this point in the history
This reverts commit eaab146.
  • Loading branch information
s3krit committed Dec 8, 2020
1 parent d877123 commit a434870
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::debug!(
log::error!(
target: "sub-libp2p",
"Attempted to send notification on missing or closed substream: {:?}",
"Attempted to send notification on unknown protocol: {:?}",
protocol,
);
return;
Expand Down

0 comments on commit a434870

Please sign in to comment.