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