Skip to content

Commit

Permalink
logs change
Browse files Browse the repository at this point in the history
  • Loading branch information
www committed Jul 13, 2024
1 parent 24e4180 commit c8c3baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servers/src/grin/sync/header_sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ impl HeaderSync {

// Choose a random "most work" peer, preferring outbound if at all possible.
peers_iter().outbound().choose_random().or_else(|| {
warn!("no suitable outbound peer for header sync, considering inbound");
debug!("no suitable outbound peer for header sync, considering inbound");
peers_iter().inbound().choose_random()
})
}
Expand Down

0 comments on commit c8c3baf

Please sign in to comment.