Skip to content

Commit

Permalink
Error output (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Oct 8, 2024
1 parent 483b5a8 commit 2060bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/DheService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export class DheService implements IDheService {
if (!this._dheCredentialsCache.has(this.serverUrl)) {
logger.error(
'Failed to get DHE credentials for server:',
this.serverUrl
this.serverUrl.toString()
);
return null;
}
Expand Down

0 comments on commit 2060bb1

Please sign in to comment.