mirror of https://github.com/grpc/grpc-java.git
xds: fix mistake of taking wrong argument in log message (#7653)
This commit is contained in:
parent
a7530efd6e
commit
1ca8bda17f
|
|
@ -709,7 +709,7 @@ abstract class AbstractXdsClient extends XdsClient {
|
|||
}
|
||||
DiscoveryRequest request = builder.build();
|
||||
requestWriter.onNext(request);
|
||||
logger.log(XdsLogLevel.DEBUG, "Sent DiscoveryRequest\n{0}", respPrinter);
|
||||
logger.log(XdsLogLevel.DEBUG, "Sent DiscoveryRequest\n{0}", request);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Reference in New Issue