Skip to content

Commit

Permalink
sytle: log cosmetic
Browse files Browse the repository at this point in the history
Change-Id: I4d6390be6deec8bc9037af515d172456ec257eee
  • Loading branch information
jiyeyuran committed Jan 11, 2025
1 parent d313355 commit 8ceadbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/SignalClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ export class SignalClient {
abortHandler();
}
abortSignal?.addEventListener('abort', abortHandler);
this.log.debug(`connecting to ${urlObj}`, this.logContext);
this.log.debug(`connecting to ${urlObj.host}`, this.logContext);
if (this.ws) {
await this.close(false);
}
Expand Down

0 comments on commit 8ceadbd

Please sign in to comment.