mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 21:37:56 +00:00
@@ -675,8 +675,8 @@ impl<B: BlockT + 'static, H: ExHashT> NetworkService<B, H> {
|
||||
// Notification silently discarded, as documented.
|
||||
log::debug!(
|
||||
target: "sub-libp2p",
|
||||
"Attempted to send notification on missing or closed substream: {:?}",
|
||||
protocol,
|
||||
"Attempted to send notification on missing or closed substream: {}, {:?}",
|
||||
target, protocol,
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user