mirror of https://github.com/grpc/grpc-node.git
grpc-js: Fix transport trace message formatting
This commit is contained in:
parent
6b036f3350
commit
54409d00f3
|
@ -584,7 +584,7 @@ export class Http2SubchannelConnector implements SubchannelConnector {
|
|||
logging.trace(
|
||||
LogVerbosity.DEBUG,
|
||||
TRACER_NAME,
|
||||
this.channelTarget + ' ' + text
|
||||
uriToString(this.channelTarget) + ' ' + text
|
||||
);
|
||||
}
|
||||
private createSession(
|
||||
|
|
Loading…
Reference in New Issue