We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4425620 commit 634add0Copy full SHA for 634add0
src/lib.rs
@@ -995,6 +995,14 @@ impl Node {
995
996
// We need to use our main runtime here as a local runtime might not be around to poll
997
// connection futures going forward.
998
+
999
+ log_info!(
1000
+ self.logger,
1001
+ "Attempt connection to peer {}@{}..",
1002
+ peer_info.node_id,
1003
+ peer_info.address
1004
+ );
1005
1006
self.runtime.block_on(async move {
1007
con_cm.connect_peer_if_necessary(con_node_id, con_addr).await
1008
})?;
0 commit comments