mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 00:17:56 +00:00
Add some logging if the timeouts stream ends (#414)
This commit is contained in:
@@ -546,6 +546,10 @@ fn init_thread(
|
||||
}, timer_token);
|
||||
Ok(())
|
||||
}
|
||||
})
|
||||
.then(|val| {
|
||||
warn!(target: "sub-libp2p", "Timeouts stream closed unexpectedly: {:?}", val);
|
||||
val
|
||||
});
|
||||
|
||||
// Start the process of periodically discovering nodes to connect to.
|
||||
|
||||
Reference in New Issue
Block a user