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 618f79e commit b3d8abf
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 @@ -352,7 +352,7 @@ async fn handle_swarm_event<THandlerErr: fmt::Debug + Send, DB: Database>(
..
} => {
debug!(
subject = "libp2p.rendezvous.cli.registered",
subject = "libp2p.rendezvous.client.registered",
category = "handle_swarm_event",
peer_id = rendezvous_node.to_string(),
ttl = ttl,
Expand Down

0 comments on commit b3d8abf

Please sign in to comment.