grpc-js: Fix transport trace message formatting

This commit is contained in:
Michael Lumish 2023-07-14 14:15:44 -07:00
parent 6b036f3350
commit 54409d00f3
1 changed files with 1 additions and 1 deletions

View File

@ -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(