We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3125bd + c4f7c09 commit d716c17Copy full SHA for d716c17
core/src/main/java/tech/ydb/core/impl/SingleChannelTransport.java
@@ -30,7 +30,7 @@ public SingleChannelTransport(GrpcTransportBuilder builder) {
30
ManagedChannelFactory channelFactory = builder.getManagedChannelFactory();
31
EndpointRecord endpoint = YdbTransportImpl.getDiscoveryEndpoint(builder);
32
33
- logger.info("creating signle channel transport with endpoint {}", endpoint);
+ logger.info("creating single channel transport with endpoint {}", endpoint);
34
35
this.database = Strings.nullToEmpty(builder.getDatabase());
36
this.channel = new GrpcChannel(endpoint, channelFactory);
0 commit comments