mirror of https://github.com/grpc/grpc-node.git
Merge pull request #2509 from murgatroid99/grpc-js_transport_trace_fix
grpc-js: Fix transport trace message formatting
This commit is contained in:
commit
af31ef0a3d
|
@ -584,7 +584,7 @@ export class Http2SubchannelConnector implements SubchannelConnector {
|
||||||
logging.trace(
|
logging.trace(
|
||||||
LogVerbosity.DEBUG,
|
LogVerbosity.DEBUG,
|
||||||
TRACER_NAME,
|
TRACER_NAME,
|
||||||
this.channelTarget + ' ' + text
|
uriToString(this.channelTarget) + ' ' + text
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
private createSession(
|
private createSession(
|
||||||
|
|
Loading…
Reference in New Issue