Skip to content

Commit

Permalink
Update homestar-runtime/src/event_handler/swarm_event.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Ginsburg <[email protected]>
Signed-off-by: Zeeshan Lakhani <[email protected]>
  • Loading branch information
Zeeshan Lakhani and bgins authored Nov 29, 2023
1 parent 2045946 commit c13a850
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 @@ -229,7 +229,7 @@ async fn handle_swarm_event<THandlerErr: fmt::Debug + Send, DB: Database>(
} => {
if cookie.namespace() == Some(&Namespace::from_static(RENDEZVOUS_NAMESPACE)) {
debug!(
subject = "libp2p.rendezvous.cli.discovered",
subject = "libp2p.rendezvous.client.discovered",
category = "handle_swarm_event",
peer_id = rendezvous_node.to_string(),
"received discovery from rendezvous server"
Expand Down

0 comments on commit c13a850

Please sign in to comment.