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.
1 parent fdc6e94 commit 60efd84Copy full SHA for 60efd84
netty/src/main/java/io/grpc/netty/NettyClientTransport.java
@@ -200,8 +200,8 @@ public ClientStream newStream(
200
if (GrpcUtil.getFlag("GRPC_ENABLE_PER_RPC_AUTHORITY_CHECK", false)) {
201
return new FailingClientStream(verificationStatus, tracers);
202
}
203
- channelLogger.log(ChannelLogger.ChannelLogLevel.WARNING, "Authority '{}' specified via call" +
204
- " options for rpc did not match peer certificate's subject names.");
+ channelLogger.log(ChannelLogger.ChannelLogLevel.WARNING, "Authority '{}' specified via "
+ + "call options for rpc did not match peer certificate's subject names.");
205
206
207
StatsTraceContext statsTraceCtx =
0 commit comments