mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
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…
x
Reference in New Issue
Block a user