Skip to content

Commit

Permalink
debug flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
sukunrt committed Sep 15, 2023
1 parent 0cf5d48 commit 2e893bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/net/swarm/dial_worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ loop:

continue loop
}

log.Error("dial failed", res.Addr, res.Err)
// it must be an error -- add backoff if applicable and dispatch
// ErrDialRefusedBlackHole shouldn't end up here, just a safety check
if res.Err != ErrDialRefusedBlackHole && res.Err != context.Canceled && !w.connected {
Expand Down

0 comments on commit 2e893bd

Please sign in to comment.