Improve log line (#8032)

Co-authored-by: parity-processbot <>
This commit is contained in:
Pierre Krieger
2021-02-03 09:24:23 +01:00
committed by GitHub
parent e905c9a92d
commit 11b00681d2
+2 -2
View File
@@ -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;
} }