Skip to content

Commit

Permalink
chore: Update peer address removed on mdns expired log message
Browse files Browse the repository at this point in the history
  • Loading branch information
bgins committed Oct 17, 2023
1 parent 1c26f9c commit 091f11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homestar-runtime/src/event_handler/swarm_event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ async fn handle_swarm_event<THandlerErr: fmt::Debug + Send, DB: Database>(
behaviour.kademlia.remove_address(&peer_id, &multiaddr);
debug!(
peer_id = peer_id.to_string(),
"removed peer from kademlia table"
"removed peer address from kademlia table"
);
}
}
Expand Down

0 comments on commit 091f11e

Please sign in to comment.