Skip to content

Commit bf9f985

Browse files
committed
Improve warning message as suggested by asarkar
1 parent 578c347 commit bf9f985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grpc-client-spring-boot-autoconfigure/src/main/java/net/devh/boot/grpc/client/autoconfigure/GrpcClientAutoConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ GrpcChannelFactory inProcessGrpcChannelFactory(
182182
final GlobalClientInterceptorRegistry globalClientInterceptorRegistry,
183183
final List<GrpcChannelConfigurer> channelConfigurers) {
184184

185-
log.warn("Could not detect any GrpcChannelFactory: Creating InProcessChannelFactory as fallback");
185+
log.warn("Could not find a GrpcChannelFactory on the classpath: Creating InProcessChannelFactory as fallback");
186186
return new InProcessChannelFactory(properties, globalClientInterceptorRegistry, channelConfigurers);
187187
}
188188

0 commit comments

Comments
 (0)