Skip to content

Commit f8817c9

Browse files
committed
log the info that is published
1 parent b0eb625 commit f8817c9

File tree

1 file changed

+1
-0
lines changed
  • iroh-pkarr-node-discovery/src

1 file changed

+1
-0
lines changed

iroh-pkarr-node-discovery/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ impl PkarrNodeDiscovery {
7171

7272
impl Discovery for PkarrNodeDiscovery {
7373
fn publish(&self, info: &AddrInfo) {
74+
tracing::debug!("publishing {:?}", info);
7475
let Some(keypair) = &self.0.keypair else {
7576
tracing::debug!("no keypair set, not publishing");
7677
return;

0 commit comments

Comments
 (0)