Skip to content

Commit

Permalink
Fix typo http -> grpc.
Browse files Browse the repository at this point in the history
Signed-off-by: Finn Carroll <[email protected]>
  • Loading branch information
finnegancarroll committed Dec 9, 2024
1 parent 62d4522 commit ab43112
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ private void bindServer() {
final int publishPort = resolvePublishPort(SETTING_GRPC_PUBLISH_PORT.get(settings), boundAddresses, publishInetAddress);
if (publishPort < 0) {
throw new BindTransportException(
"Failed to auto-resolve http publish port, multiple bound addresses "
"Failed to auto-resolve grpc publish port, multiple bound addresses "
+ boundAddresses
+ " with distinct ports and none of them matched the publish address ("
+ publishInetAddress
Expand Down

0 comments on commit ab43112

Please sign in to comment.