Skip to content

Commit d716c17

Browse files
authored
Merge pull request #367 from TeDllo/master
Fixed typo in logger info message
2 parents b3125bd + c4f7c09 commit d716c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/tech/ydb/core/impl/SingleChannelTransport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public SingleChannelTransport(GrpcTransportBuilder builder) {
3030
ManagedChannelFactory channelFactory = builder.getManagedChannelFactory();
3131
EndpointRecord endpoint = YdbTransportImpl.getDiscoveryEndpoint(builder);
3232

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

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

0 commit comments

Comments
 (0)