Skip to content

Commit

Permalink
Log the port we tried to dial
Browse files Browse the repository at this point in the history
  • Loading branch information
brackendawson committed Jan 7, 2023
1 parent a014537 commit 33f7c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ func publicUnicastOnlyDialContext(ctx context.Context, network, addr string) (ne
}
}

return nil, fmt.Errorf("failed to dial any address in %q", ipAddrs)
return nil, fmt.Errorf("failed to dial port %q on any address in %q", port, ipAddrs)
}

0 comments on commit 33f7c5a

Please sign in to comment.