Merge pull request #2509 from murgatroid99/grpc-js_transport_trace_fix

grpc-js: Fix transport trace message formatting
This commit is contained in:
Michael Lumish 2023-07-14 15:32:40 -07:00 committed by GitHub
commit af31ef0a3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -584,7 +584,7 @@ export class Http2SubchannelConnector implements SubchannelConnector {
logging.trace(
LogVerbosity.DEBUG,
TRACER_NAME,
this.channelTarget + ' ' + text
uriToString(this.channelTarget) + ' ' + text
);
}
private createSession(