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 60a0525 commit 2dce259
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 @@ -246,7 +246,7 @@ async fn handle_swarm_event<THandlerErr: fmt::Debug + Send, DB: Database>(
// Skip dialing peers if at connected peers limit
if connected_peers_count >= event_handler.connections.max_peers as usize {
debug!(
subject = "libp2p.rendezvous.cli.discovered",
subject = "libp2p.rendezvous.client.discovered.err",
category = "handle_swarm_event",
"peers discovered not dialed b/c max connected peers limit reached"
);
Expand Down

0 comments on commit 2dce259

Please sign in to comment.