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 b0eb625 commit f8817c9Copy full SHA for f8817c9
iroh-pkarr-node-discovery/src/lib.rs
@@ -71,6 +71,7 @@ impl PkarrNodeDiscovery {
71
72
impl Discovery for PkarrNodeDiscovery {
73
fn publish(&self, info: &AddrInfo) {
74
+ tracing::debug!("publishing {:?}", info);
75
let Some(keypair) = &self.0.keypair else {
76
tracing::debug!("no keypair set, not publishing");
77
return;
0 commit comments