Skip to content

Commit

Permalink
Merge pull request #367 from TeDllo/master
Browse files Browse the repository at this point in the history
Fixed typo in logger info message
  • Loading branch information
alex268 authored Jan 31, 2025
2 parents b3125bd + c4f7c09 commit d716c17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public SingleChannelTransport(GrpcTransportBuilder builder) {
ManagedChannelFactory channelFactory = builder.getManagedChannelFactory();
EndpointRecord endpoint = YdbTransportImpl.getDiscoveryEndpoint(builder);

logger.info("creating signle channel transport with endpoint {}", endpoint);
logger.info("creating single channel transport with endpoint {}", endpoint);

this.database = Strings.nullToEmpty(builder.getDatabase());
this.channel = new GrpcChannel(endpoint, channelFactory);
Expand Down

0 comments on commit d716c17

Please sign in to comment.